Uses of Class
org.forgerock.audit.events.handlers.buffering.BatchException
-
Packages that use BatchException 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 BatchException in org.forgerock.audit.events.handlers.buffering
Methods in org.forgerock.audit.events.handlers.buffering that return types with arguments of type BatchException Modifier and Type Method Description Promise<Void,BatchException>
BatchConsumer. publishBatch(String payload)
Publishes the batch payload.Methods in org.forgerock.audit.events.handlers.buffering that throw BatchException Modifier and Type Method Description void
BatchConsumer. addToBatch(String topic, JsonValue event, StringBuilder payload)
Adds an audit event to a batch payload. -
Uses of BatchException in org.forgerock.audit.handlers.elasticsearch
Methods in org.forgerock.audit.handlers.elasticsearch that return types with arguments of type BatchException Modifier and Type Method Description Promise<Void,BatchException>
ElasticsearchAuditEventHandler. publishBatch(String payload)
Publishes a Bulk API payload to Elasticsearch.Methods in org.forgerock.audit.handlers.elasticsearch that throw BatchException Modifier and Type Method Description void
ElasticsearchAuditEventHandler. addToBatch(String topic, JsonValue event, StringBuilder payload)
Adds an audit event to an Elasticsearch Bulk API payload. -
Uses of BatchException in org.forgerock.audit.handlers.jms
Methods in org.forgerock.audit.handlers.jms that return types with arguments of type BatchException Modifier and Type Method Description Promise<Void,BatchException>
JmsAuditEventHandler. publishBatch(String payload)
Methods in org.forgerock.audit.handlers.jms that throw BatchException Modifier and Type Method Description void
JmsAuditEventHandler. addToBatch(String topic, JsonValue event, StringBuilder payload)
-
Uses of BatchException in org.forgerock.audit.handlers.splunk
Methods in org.forgerock.audit.handlers.splunk that return types with arguments of type BatchException Modifier and Type Method Description Promise<Void,BatchException>
SplunkAuditEventHandler. publishBatch(String payload)
Methods in org.forgerock.audit.handlers.splunk that throw BatchException Modifier and Type Method Description void
SplunkAuditEventHandler. addToBatch(String topic, JsonValue event, StringBuilder payload)
-