Class BatchPublisherFactoryImpl
java.lang.Object
org.forgerock.audit.events.handlers.buffering.BatchPublisherFactoryImpl
- All Implemented Interfaces:
BatchPublisherFactory
Basic batch publisher factory implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewBufferedPublisher(BatchConsumer consumer) Provides a new instance of a buffered batch publisher.
-
Constructor Details
-
BatchPublisherFactoryImpl
public BatchPublisherFactoryImpl()
-
-
Method Details
-
newBufferedPublisher
Description copied from interface:BatchPublisherFactoryProvides a new instance of a buffered batch publisher.- Specified by:
newBufferedPublisherin interfaceBatchPublisherFactory- Parameters:
consumer- the batch consumer- Returns:
- builder instance used to help construct the buffered batch publisher
-