Uses of Interface
io.camunda.zeebe.engine.api.InterPartitionCommandSender
Packages that use InterPartitionCommandSender
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of InterPartitionCommandSender in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api that return InterPartitionCommandSender -
Uses of InterPartitionCommandSender in io.camunda.zeebe.engine.processing.deployment.distribute
Constructors in io.camunda.zeebe.engine.processing.deployment.distribute with parameters of type InterPartitionCommandSenderModifierConstructorDescriptionDeploymentDistributionCommandSender(int partitionId, InterPartitionCommandSender sender) -
Uses of InterPartitionCommandSender in io.camunda.zeebe.engine.processing.message.command
Constructors in io.camunda.zeebe.engine.processing.message.command with parameters of type InterPartitionCommandSenderModifierConstructorDescriptionSubscriptionCommandSender(int senderPartition, InterPartitionCommandSender interPartitionCommandSender) -
Uses of InterPartitionCommandSender in io.camunda.zeebe.engine.processing.streamprocessor
Methods in io.camunda.zeebe.engine.processing.streamprocessor that return InterPartitionCommandSenderModifier and TypeMethodDescriptionTypedRecordProcessorContext.getPartitionCommandSender()TypedRecordProcessorContextImpl.getPartitionCommandSender()Constructors in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type InterPartitionCommandSenderModifierConstructorDescriptionTypedRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ProcessingDbState processingState, ScheduledTaskDbState scheduledTaskDbState, Writers writers, InterPartitionCommandSender partitionCommandSender, EngineConfiguration config) -
Uses of InterPartitionCommandSender in io.camunda.zeebe.streamprocessor
Methods in io.camunda.zeebe.streamprocessor that return InterPartitionCommandSenderModifier and TypeMethodDescriptionRecordProcessorContextImpl.getPartitionCommandSender()StreamProcessorContext.getPartitionCommandSender()Methods in io.camunda.zeebe.streamprocessor with parameters of type InterPartitionCommandSenderModifier and TypeMethodDescriptionStreamProcessorBuilder.partitionCommandSender(InterPartitionCommandSender interPartitionCommandSender) voidStreamProcessorContext.partitionCommandSender(InterPartitionCommandSender partitionCommandSender) Constructors in io.camunda.zeebe.streamprocessor with parameters of type InterPartitionCommandSenderModifierConstructorDescriptionRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, Function<MutableProcessingState, EventApplier> eventApplierFactory, InterPartitionCommandSender partitionCommandSender, KeyGeneratorControls keyGeneratorControls)