Class BaseWorkflowCallbackHandler<T extends Workflow>

    • Constructor Detail

      • BaseWorkflowCallbackHandler

        public BaseWorkflowCallbackHandler()
    • Method Detail

      • getWorkflowType

        public Class<? extends T> getWorkflowType()
        Dynamically derive this class its actual Parameterized Type

        Concrete implementations of this base class also can easily override/replace this method and then simply return the concrete class used to parameterize this base class.

        Specified by:
        getWorkflowType in interface QualifiedWorkflowCallbackHandler<T extends Workflow>
        Returns:
        the actual Parameterized Type of this class