Class DeciderReceivesCorrectStepExecutionsDecider

  • All Implemented Interfaces:
    jakarta.batch.api.Decider

    @Named("deciderReceivesCorrectStepExecutionsDecider")
    public class DeciderReceivesCorrectStepExecutionsDecider
    extends Object
    implements jakarta.batch.api.Decider
    • Constructor Detail

      • DeciderReceivesCorrectStepExecutionsDecider

        public DeciderReceivesCorrectStepExecutionsDecider()
    • Method Detail

      • decide

        public String decide​(jakarta.batch.runtime.StepExecution[] stepExecutions)
                      throws Exception
        Specified by:
        decide in interface jakarta.batch.api.Decider
        Throws:
        Exception