Class BatchPublisherFactoryImpl
java.lang.Object
org.forgerock.audit.events.handlers.buffering.BatchPublisherFactoryImpl
- All Implemented Interfaces:
BatchPublisherFactory
Basic batch publisher factory implementation.
-
Constructor Summary
-
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:BatchPublisherFactory
Provides a new instance of a buffered batch publisher.- Specified by:
newBufferedPublisher
in interfaceBatchPublisherFactory
- Parameters:
consumer
- the batch consumer- Returns:
- builder instance used to help construct the buffered batch publisher
-