Class ExporterStateDistributionService
java.lang.Object
io.camunda.zeebe.broker.exporter.stream.ExporterStateDistributionService
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionExporterStateDistributionService(BiConsumer<String, io.camunda.zeebe.broker.exporter.stream.ExporterStateDistributeMessage.ExporterStateEntry> exporterStateConsumer, PartitionMessagingService partitionMessagingService, String exporterStateTopic) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddistributeExporterState(ExporterStateDistributeMessage distributeMessage) voidsubscribeForExporterState(Executor executor)
-
Constructor Details
-
ExporterStateDistributionService
public ExporterStateDistributionService(BiConsumer<String, io.camunda.zeebe.broker.exporter.stream.ExporterStateDistributeMessage.ExporterStateEntry> exporterStateConsumer, PartitionMessagingService partitionMessagingService, String exporterStateTopic)
-
-
Method Details
-
subscribeForExporterState
-
distributeExporterState
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-