Uses of Interface
org.forgerock.audit.events.handlers.buffering.BatchConsumer
-
Packages that use BatchConsumer Package Description org.forgerock.audit.events.handlers.buffering This package contains the batch publisher and its various implementations.org.forgerock.audit.handlers.elasticsearch This package contains the ElasticsearchAuditEventHandler
implementation.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 BatchConsumer in org.forgerock.audit.events.handlers.buffering
Methods in org.forgerock.audit.events.handlers.buffering with parameters of type BatchConsumer Modifier and Type Method Description BufferedBatchPublisher.Builder
BatchPublisherFactory. newBufferedPublisher(BatchConsumer consumer)
Provides a new instance of a buffered batch publisher.BufferedBatchPublisher.Builder
BatchPublisherFactoryImpl. newBufferedPublisher(BatchConsumer consumer)
static BufferedBatchPublisher.Builder
BufferedBatchPublisher. newBuilder(BatchConsumer batchConsumer)
Provides a new builder. -
Uses of BatchConsumer in org.forgerock.audit.handlers.elasticsearch
Classes in org.forgerock.audit.handlers.elasticsearch that implement BatchConsumer Modifier and Type Class Description class
ElasticsearchAuditEventHandler
AuditEventHandler
for Elasticsearch. -
Uses of BatchConsumer in org.forgerock.audit.handlers.jms
Classes in org.forgerock.audit.handlers.jms that implement BatchConsumer Modifier and Type Class Description class
JmsAuditEventHandler
Publishes Audit events on a JMS Topic. -
Uses of BatchConsumer in org.forgerock.audit.handlers.splunk
Classes in org.forgerock.audit.handlers.splunk that implement BatchConsumer Modifier and Type Class Description class
SplunkAuditEventHandler
Audit event handler that writes out to Splunk's HTTP event collector RAW endpoint.
-