Class TenantAwareProcessStateStoreImpl
java.lang.Object
io.camunda.connector.runtime.inbound.state.TenantAwareProcessStateStoreImpl
- All Implemented Interfaces:
ProcessStateStore
-
Constructor Summary
ConstructorsConstructorDescriptionTenantAwareProcessStateStoreImpl(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
-
TenantAwareProcessStateStoreImpl
public TenantAwareProcessStateStoreImpl(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
-