Uses of Class
org.smooks.cartridges.routing.jms.AckMode
-
Packages that use AckMode Package Description org.smooks.cartridges.routing.jms -
-
Uses of AckMode in org.smooks.cartridges.routing.jms
Methods in org.smooks.cartridges.routing.jms that return AckMode Modifier and Type Method Description static AckModeAckMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AckMode[]AckMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.smooks.cartridges.routing.jms with type arguments of type AckMode Modifier and Type Method Description voidJMSRouter. setAcknowledgeMode(Optional<AckMode> jmsAcknowledgeMode)
-