Uses of Class
io.camunda.zeebe.broker.transport.commandapi.CommandApiService
-
Packages that use CommandApiService Package Description io.camunda.zeebe.broker.system.partitions -
-
Uses of CommandApiService in io.camunda.zeebe.broker.system.partitions
Methods in io.camunda.zeebe.broker.system.partitions that return CommandApiService Modifier and Type Method Description CommandApiServicePartitionContext. getCommandApiService()Constructors in io.camunda.zeebe.broker.system.partitions with parameters of type CommandApiService Constructor Description PartitionContext(int nodeId, RaftPartition raftPartition, List<PartitionListener> partitionListeners, PartitionMessagingService messagingService, ActorScheduler actorScheduler, BrokerCfg brokerCfg, CommandApiService commandApiService, SnapshotStoreSupplier snapshotStoreSupplier, TypedRecordProcessorsFactory typedRecordProcessorsFactory, ExporterRepository exporterRepository, PartitionProcessingState partitionProcessingState)
-