Uses of Interface
io.camunda.zeebe.engine.state.EventApplier
Packages that use EventApplier
Package
Description
-
Uses of EventApplier in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return EventApplierModifier and TypeMethodDescriptionProcessingContext.getEventApplier()ReadonlyProcessingContext.getEventApplier()Methods in io.camunda.zeebe.engine.processing.streamprocessor that return types with arguments of type EventApplierMethods in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type EventApplierMethod parameters in io.camunda.zeebe.engine.processing.streamprocessor with type arguments of type EventApplierModifier and TypeMethodDescriptionStreamProcessorBuilder.eventApplierFactory(Function<MutableZeebeState, EventApplier> eventApplierFactory) -
Uses of EventApplier in io.camunda.zeebe.engine.processing.streamprocessor.writers
Constructors in io.camunda.zeebe.engine.processing.streamprocessor.writers with parameters of type EventApplierModifierConstructorDescriptionEventApplyingStateWriter(TypedEventWriter eventWriter, EventApplier eventApplier) -
Uses of EventApplier in io.camunda.zeebe.engine.state.appliers
Classes in io.camunda.zeebe.engine.state.appliers that implement EventApplierModifier and TypeClassDescriptionfinal classApplies state changes from events to theMutableZeebeState.