Class ExporterStateDistributionService

java.lang.Object
io.camunda.zeebe.broker.exporter.stream.ExporterStateDistributionService
All Implemented Interfaces:
AutoCloseable

public class ExporterStateDistributionService extends Object implements AutoCloseable
  • Constructor Details

    • ExporterStateDistributionService

      public ExporterStateDistributionService(BiConsumer<String,io.camunda.zeebe.broker.exporter.stream.ExporterStateDistributeMessage.ExporterStateEntry> exporterStateConsumer, PartitionMessagingService partitionMessagingService, String exporterStateTopic)
  • Method Details