Uses of Class
org.forgerock.audit.handlers.jms.JmsAuditEventHandlerConfiguration.BatchConfiguration
-
Packages that use JmsAuditEventHandlerConfiguration.BatchConfiguration Package Description org.forgerock.audit.handlers.jms This package contains a JMS AuditEventHandler implementation. -
-
Uses of JmsAuditEventHandlerConfiguration.BatchConfiguration in org.forgerock.audit.handlers.jms
Methods in org.forgerock.audit.handlers.jms that return JmsAuditEventHandlerConfiguration.BatchConfiguration Modifier and Type Method Description JmsAuditEventHandlerConfiguration.BatchConfiguration
JmsAuditEventHandlerConfiguration. getBatch()
Returns the configuration used to initialize the batch publisher.Methods in org.forgerock.audit.handlers.jms with parameters of type JmsAuditEventHandlerConfiguration.BatchConfiguration Modifier and Type Method Description void
JmsAuditEventHandlerConfiguration. setBatch(JmsAuditEventHandlerConfiguration.BatchConfiguration batch)
Sets the configuration used to initialize the batch publisher.
-