Class PartitionCommandSenderImpl
java.lang.Object
io.camunda.zeebe.broker.engine.impl.PartitionCommandSenderImpl
- All Implemented Interfaces:
PartitionCommandSender
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionCommandSenderImpl(ClusterCommunicationService communicationService, TopologyPartitionListenerImpl partitionListener) -
Method Summary
Modifier and TypeMethodDescriptionbooleansendCommand(int receiverPartitionId, BufferWriter command)
-
Constructor Details
-
PartitionCommandSenderImpl
public PartitionCommandSenderImpl(ClusterCommunicationService communicationService, TopologyPartitionListenerImpl partitionListener)
-
-
Method Details
-
sendCommand
- Specified by:
sendCommandin interfacePartitionCommandSender
-