Interface BatchPublisherFactory

All Known Implementing Classes:
BatchPublisherFactoryImpl

public interface BatchPublisherFactory
Batch publisher factory provides new instances of BatchPublisher.
  • Method Details

    • newBufferedPublisher

      BufferedBatchPublisher.Builder newBufferedPublisher(BatchConsumer consumer)
      Provides a new instance of a buffered batch publisher.
      Parameters:
      consumer - the batch consumer
      Returns:
      builder instance used to help construct the buffered batch publisher