Uses of Class
io.camunda.zeebe.engine.state.EventApplier.NoSuchEventApplier
Packages that use EventApplier.NoSuchEventApplier
-
Uses of EventApplier.NoSuchEventApplier in io.camunda.zeebe.engine.state
Subclasses of EventApplier.NoSuchEventApplier in io.camunda.zeebe.engine.stateModifier and TypeClassDescriptionstatic final classstatic final classMethods in io.camunda.zeebe.engine.state that throw EventApplier.NoSuchEventApplierModifier and TypeMethodDescriptionvoidEventApplier.applyState(long key, Intent intent, RecordValue recordValue, int recordVersion) Apply the state changes of the given event. -
Uses of EventApplier.NoSuchEventApplier in io.camunda.zeebe.engine.state.appliers
Methods in io.camunda.zeebe.engine.state.appliers that throw EventApplier.NoSuchEventApplierModifier and TypeMethodDescriptionvoidEventAppliers.applyState(long key, Intent intent, RecordValue value, int recordVersion)