Uses of Enum Class
org.forgerock.audit.handlers.jms.DeliveryModeConfig
Package
Description
This package contains a JMS AuditEventHandler implementation.
-
Uses of DeliveryModeConfig in org.forgerock.audit.handlers.jms
Modifier and TypeMethodDescriptionJmsAuditEventHandlerConfiguration.getDeliveryMode()
Returns the delivery mode configuration that should be used when publishing the JMS messages.static DeliveryModeConfig
Returns the enum constant of this class with the specified name.static DeliveryModeConfig[]
DeliveryModeConfig.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
JmsAuditEventHandlerConfiguration.setDeliveryMode
(DeliveryModeConfig deliveryMode) Sets the delivery mode configuration that should be used when publishing the JMS messages.