Interface ClassFlowRegistry


  • public interface ClassFlowRegistry
    Registry of Flow.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • registerFlow

        int registerFlow​(java.lang.String label,
                         java.lang.Class<?> flowParameterType)
        Registers the Flow.
        Parameters:
        label - Label for the Flow.
        flowParameterType - Class for the parameter to the Flow. May be null.
        Returns:
        Index of the Flow.