Class ExporterPositionsDistributionService
java.lang.Object
io.camunda.zeebe.broker.exporter.stream.ExporterPositionsDistributionService
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionExporterPositionsDistributionService(BiConsumer<String, Long> exporterPositionConsumer, PartitionMessagingService partitionMessagingService, String exporterTopic) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddistributeExporterPositions(ExporterPositionsMessage exporterPositionsMessage) voidsubscribeForExporterPositions(Executor executor)
-
Constructor Details
-
ExporterPositionsDistributionService
public ExporterPositionsDistributionService(BiConsumer<String, Long> exporterPositionConsumer, PartitionMessagingService partitionMessagingService, String exporterTopic)
-
-
Method Details
-
subscribeForExporterPositions
-
distributeExporterPositions
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-