Interface StageConfig
-
public interface StageConfigRepresents the configuration for a given progress stage. It is recommended to implement hash code as the hash taken from the config is used to determine service uniqueness.- Since:
- 0.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Gets the name of the stage configuration.StringgetProgressStageClassName()Gets the class name of the consuming progress stage.
-