Class EventAppliers
java.lang.Object
io.camunda.zeebe.engine.state.appliers.EventAppliers
- All Implemented Interfaces:
EventApplier
Applies state changes from events to the
MutableZeebeState.
Finds the correct TypedEventApplier and delegates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyState(long key, Intent intent, RecordValue value) Apply the state changes of the given event.
-
Constructor Details
-
EventAppliers
-
-
Method Details
-
applyState
Description copied from interface:EventApplierApply the state changes of the given event.- Specified by:
applyStatein interfaceEventApplier- Parameters:
key- the key of the eventintent- the intent of the eventvalue- the value of the event
-