Uses of Enum Class
org.apache.camel.component.sjms.jms.SessionAcknowledgementType
Packages that use SessionAcknowledgementType
-
Uses of SessionAcknowledgementType in org.apache.camel.component.sjms
Methods in org.apache.camel.component.sjms that return SessionAcknowledgementTypeMethods in org.apache.camel.component.sjms with parameters of type SessionAcknowledgementTypeModifier and TypeMethodDescriptionvoidSjmsEndpoint.setAcknowledgementMode(SessionAcknowledgementType acknowledgementMode) -
Uses of SessionAcknowledgementType in org.apache.camel.component.sjms.jms
Methods in org.apache.camel.component.sjms.jms that return SessionAcknowledgementTypeModifier and TypeMethodDescriptionstatic SessionAcknowledgementTypeReturns the enum constant of this class with the specified name.static SessionAcknowledgementType[]SessionAcknowledgementType.values()Returns an array containing the constants of this enum class, in the order they are declared.