Uses of Interface
org.forgerock.audit.events.handlers.buffering.BatchPublisherFactory
-
Packages that use BatchPublisherFactory Package Description org.forgerock.audit.events.handlers.buffering This package contains the batch publisher and its various implementations.org.forgerock.audit.handlers.jms This package contains a JMS AuditEventHandler implementation.org.forgerock.audit.handlers.splunk This package contains the audit handler implementation for Splunk. -
-
Uses of BatchPublisherFactory in org.forgerock.audit.events.handlers.buffering
Classes in org.forgerock.audit.events.handlers.buffering that implement BatchPublisherFactory Modifier and Type Class Description class
BatchPublisherFactoryImpl
Basic batch publisher factory implementation. -
Uses of BatchPublisherFactory in org.forgerock.audit.handlers.jms
Constructors in org.forgerock.audit.handlers.jms with parameters of type BatchPublisherFactory Constructor Description JmsAuditEventHandler(JmsContextManager jmsContextManager, BatchPublisherFactory publisherFactory, JmsAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData)
Creates a new AuditEventHandler instance that publishes JMS messages on a JMS Topic for each Audit event. -
Uses of BatchPublisherFactory in org.forgerock.audit.handlers.splunk
Constructors in org.forgerock.audit.handlers.splunk with parameters of type BatchPublisherFactory Constructor Description SplunkAuditEventHandler(SplunkAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, BatchPublisherFactory publisherFactory, Client client)
Constructs a new Splunk audit event handler.
-