Class StoreAllStrategyCorrelationInfo
java.lang.Object
io.serverlessworkflow.impl.persistence.AbstractAllStrategyCorrelationInfo
io.serverlessworkflow.impl.persistence.StoreAllStrategyCorrelationInfo
- All Implemented Interfaces:
io.serverlessworkflow.impl.scheduler.AllStrategyCorrelationInfo,AutoCloseable
-
Field Summary
Fields inherited from class io.serverlessworkflow.impl.persistence.AbstractAllStrategyCorrelationInfo
definition -
Constructor Summary
ConstructorsConstructorDescriptionStoreAllStrategyCorrelationInfo(io.serverlessworkflow.impl.WorkflowDefinition definition, PersistenceExecutor executor, PersistenceInstanceStore store) -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<Map<io.serverlessworkflow.impl.events.EventRegistrationBuilder,io.cloudevents.CloudEvent>> doTransaction(Function<CorrelationOperations, Collection<Map<io.serverlessworkflow.impl.events.EventRegistrationBuilder, io.cloudevents.CloudEvent>>> function) Methods inherited from class io.serverlessworkflow.impl.persistence.AbstractAllStrategyCorrelationInfo
addMetadata, correlate, generateIdFromReg, initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.serverlessworkflow.impl.scheduler.AllStrategyCorrelationInfo
close
-
Constructor Details
-
StoreAllStrategyCorrelationInfo
public StoreAllStrategyCorrelationInfo(io.serverlessworkflow.impl.WorkflowDefinition definition, PersistenceExecutor executor, PersistenceInstanceStore store)
-
-
Method Details
-
doTransaction
protected Collection<Map<io.serverlessworkflow.impl.events.EventRegistrationBuilder,io.cloudevents.CloudEvent>> doTransaction(Function<CorrelationOperations, Collection<Map<io.serverlessworkflow.impl.events.EventRegistrationBuilder, io.cloudevents.CloudEvent>>> function) - Specified by:
doTransactionin classAbstractAllStrategyCorrelationInfo
-