Class OperationAllStrategyCorrelationInfoFactory
java.lang.Object
io.serverlessworkflow.impl.persistence.OperationAllStrategyCorrelationInfoFactory
- All Implemented Interfaces:
io.serverlessworkflow.impl.scheduler.AllStrategyCorrelationInfoFactory,Function<io.serverlessworkflow.impl.WorkflowDefinition,io.serverlessworkflow.impl.scheduler.AllStrategyCorrelationInfo>
public class OperationAllStrategyCorrelationInfoFactory
extends Object
implements io.serverlessworkflow.impl.scheduler.AllStrategyCorrelationInfoFactory
-
Constructor Summary
ConstructorsConstructorDescriptionOperationAllStrategyCorrelationInfoFactory(PersistenceExecutor executor, PersistenceInstanceOperations operations) -
Method Summary
Modifier and TypeMethodDescriptionio.serverlessworkflow.impl.scheduler.AllStrategyCorrelationInfoapply(io.serverlessworkflow.impl.WorkflowDefinition definition)
-
Constructor Details
-
OperationAllStrategyCorrelationInfoFactory
public OperationAllStrategyCorrelationInfoFactory(PersistenceExecutor executor, PersistenceInstanceOperations operations)
-
-
Method Details