Interface ProcedureFlowType

  • All Known Implementing Classes:
    ProcedureFlowTypeImpl

    public interface ProcedureFlowType
    Type definition of a Flow possibly instigated by a Procedure.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getArgumentType

        java.lang.Class<?> getArgumentType()
        Obtains the type of the argument passed by the Procedure to the Flow.
        Returns:
        Type of argument passed to Flow. May be null to indicate no argument.