Class EventAppliers

java.lang.Object
io.camunda.zeebe.engine.state.appliers.EventAppliers
All Implemented Interfaces:
EventApplier

public final class EventAppliers extends Object implements EventApplier
Applies state changes from events to the MutableZeebeState.

Finds the correct TypedEventApplier and delegates.

  • Constructor Details

  • Method Details

    • applyState

      public void applyState(long key, Intent intent, RecordValue value)
      Description copied from interface: EventApplier
      Apply the state changes of the given event.
      Specified by:
      applyState in interface EventApplier
      Parameters:
      key - the key of the event
      intent - the intent of the event
      value - the value of the event