Uses of Interface
org.forgerock.audit.events.handlers.buffering.BatchConsumer
Packages that use BatchConsumer
Package
Description
This package contains the batch publisher and its various implementations.
This package contains the Elasticsearch
AuditEventHandler implementation.This package contains a JMS AuditEventHandler implementation.
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 BatchConsumerModifier and TypeMethodDescriptionBatchPublisherFactory.newBufferedPublisher(BatchConsumer consumer) Provides a new instance of a buffered batch publisher.BatchPublisherFactoryImpl.newBufferedPublisher(BatchConsumer consumer) 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 -
Uses of BatchConsumer in org.forgerock.audit.handlers.jms
Classes in org.forgerock.audit.handlers.jms that implement BatchConsumerModifier and TypeClassDescriptionclassPublishes Audit events on a JMS Topic. -
Uses of BatchConsumer in org.forgerock.audit.handlers.splunk
Classes in org.forgerock.audit.handlers.splunk that implement BatchConsumerModifier and TypeClassDescriptionfinal classAudit event handler that writes out to Splunk's HTTP event collector RAW endpoint.