Uses of Interface
io.camunda.zeebe.engine.state.EventApplier
Packages that use EventApplier
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of EventApplier in io.camunda.zeebe.engine
Methods in io.camunda.zeebe.engine that return types with arguments of type EventApplierConstructor parameters in io.camunda.zeebe.engine with type arguments of type EventApplierModifierConstructorDescriptionEngineContext(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, LegacyTypedStreamWriter streamWriter, LegacyTypedResponseWriter responseWriter, Function<MutableZeebeState, EventApplier> eventApplierFactory, TypedRecordProcessorFactory typedRecordProcessorFactory) -
Uses of EventApplier in io.camunda.zeebe.engine.processing.streamprocessor.writers
Constructors in io.camunda.zeebe.engine.processing.streamprocessor.writers with parameters of type EventApplierModifierConstructorDescriptionWriters(Supplier<ProcessingResultBuilder> resultBuilderSupplier, 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. -
Uses of EventApplier in io.camunda.zeebe.streamprocessor
Methods in io.camunda.zeebe.streamprocessor that return types with arguments of type EventApplierMethods in io.camunda.zeebe.streamprocessor with parameters of type EventApplierMethod parameters in io.camunda.zeebe.streamprocessor with type arguments of type EventApplierModifier and TypeMethodDescriptionStreamProcessorBuilder.eventApplierFactory(Function<MutableZeebeState, EventApplier> eventApplierFactory)