Interface BatchPublisherFactory
- All Known Implementing Classes:
BatchPublisherFactoryImpl
public interface BatchPublisherFactory
Batch publisher factory provides new instances of
BatchPublisher
.-
Method Summary
Modifier and TypeMethodDescriptionnewBufferedPublisher
(BatchConsumer consumer) Provides a new instance of a buffered batch publisher.
-
Method Details
-
newBufferedPublisher
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
-