Interface StageConfig


  • public interface StageConfig
    Represents 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 Detail

      • getName

        String getName()
        Gets the name of the stage configuration.
        Returns:
        the config name
      • getProgressStageClassName

        String getProgressStageClassName()
        Gets the class name of the consuming progress stage.
        Returns:
        the progress stage class name