Uses of Package
org.forgerock.audit.events.handlers.buffering
Packages that use org.forgerock.audit.events.handlers.buffering
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.
-
Classes in org.forgerock.audit.events.handlers.buffering used by org.forgerock.audit.events.handlers.bufferingClassDescriptionImplementation is responsible for being able to build up a batch payload and to publish that payload.Indicates failure during a batch operation.Implementations of
BatchPublisher
are able to consume multiple audit events and build batches out of them.Batch publisher factory provides new instances ofBatchPublisher
.Builder used to construct a newBufferedBatchPublisher
. -
Classes in org.forgerock.audit.events.handlers.buffering used by org.forgerock.audit.handlers.elasticsearchClassDescriptionImplementation is responsible for being able to build up a batch payload and to publish that payload.Indicates failure during a batch operation.
-
Classes in org.forgerock.audit.events.handlers.buffering used by org.forgerock.audit.handlers.jmsClassDescriptionImplementation is responsible for being able to build up a batch payload and to publish that payload.Indicates failure during a batch operation.Batch publisher factory provides new instances of
BatchPublisher
. -
Classes in org.forgerock.audit.events.handlers.buffering used by org.forgerock.audit.handlers.splunkClassDescriptionImplementation is responsible for being able to build up a batch payload and to publish that payload.Indicates failure during a batch operation.Batch publisher factory provides new instances of
BatchPublisher
.