Class ProcessStateStoreImpl
java.lang.Object
io.camunda.connector.runtime.inbound.state.ProcessStateStoreImpl
- All Implemented Interfaces:
ProcessStateStore
-
Constructor Summary
ConstructorsConstructorDescriptionProcessStateStoreImpl(ProcessDefinitionInspector processDefinitionInspector, InboundExecutableRegistry executableRegistry) -
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(ProcessImportResult processDefinitions) Update the process state based on the latest versions of the process definitions.
-
Constructor Details
-
ProcessStateStoreImpl
public ProcessStateStoreImpl(ProcessDefinitionInspector processDefinitionInspector, InboundExecutableRegistry executableRegistry)
-
-
Method Details
-
update
Description copied from interface:ProcessStateStoreUpdate the process state based on the latest versions of the process definitions. Implementations must be idempotent.- Specified by:
updatein interfaceProcessStateStore
-