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.api
Methods in io.camunda.zeebe.engine.api that return types with arguments of type EventApplier -
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 EventApplierModifier and TypeMethodDescriptionRecordProcessorContextImpl.getEventApplierFactory()StreamProcessorBuilder.getEventApplierFactory()Method parameters in io.camunda.zeebe.streamprocessor with type arguments of type EventApplierModifier and TypeMethodDescriptionStreamProcessorBuilder.eventApplierFactory(Function<MutableZeebeState, EventApplier> eventApplierFactory) Constructor parameters in io.camunda.zeebe.streamprocessor with type arguments of type EventApplierModifierConstructorDescriptionRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, Function<MutableZeebeState, EventApplier> eventApplierFactory, InterPartitionCommandSender partitionCommandSender, KeyGeneratorControls keyGeneratorControls)