Uses of Interface
io.camunda.zeebe.stream.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.stream.api
Methods in io.camunda.zeebe.stream.api that return InterPartitionCommandSender -
Uses of InterPartitionCommandSender in io.camunda.zeebe.stream.impl
Methods in io.camunda.zeebe.stream.impl that return InterPartitionCommandSenderModifier and TypeMethodDescriptionRecordProcessorContextImpl.getPartitionCommandSender()StreamProcessorContext.getPartitionCommandSender()Methods in io.camunda.zeebe.stream.impl with parameters of type InterPartitionCommandSenderModifier and TypeMethodDescriptionStreamProcessorBuilder.partitionCommandSender(InterPartitionCommandSender interPartitionCommandSender) voidStreamProcessorContext.partitionCommandSender(InterPartitionCommandSender partitionCommandSender) Constructors in io.camunda.zeebe.stream.impl with parameters of type InterPartitionCommandSenderModifierConstructorDescriptionRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, InterPartitionCommandSender partitionCommandSender, KeyGeneratorControls keyGeneratorControls, StreamClock.ControllableStreamClock clock)