Uses of Class
org.apache.camel.builder.endpoint.dsl.Sjms2EndpointBuilderFactory.SessionAcknowledgementType
-
Packages that use Sjms2EndpointBuilderFactory.SessionAcknowledgementType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of Sjms2EndpointBuilderFactory.SessionAcknowledgementType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Sjms2EndpointBuilderFactory.SessionAcknowledgementType Modifier and Type Method Description static Sjms2EndpointBuilderFactory.SessionAcknowledgementType
Sjms2EndpointBuilderFactory.SessionAcknowledgementType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sjms2EndpointBuilderFactory.SessionAcknowledgementType[]
Sjms2EndpointBuilderFactory.SessionAcknowledgementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type Sjms2EndpointBuilderFactory.SessionAcknowledgementType Modifier and Type Method Description default Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder
Sjms2EndpointBuilderFactory.Sjms2EndpointBuilder. acknowledgementMode(Sjms2EndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.default Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder
Sjms2EndpointBuilderFactory.Sjms2EndpointConsumerBuilder. acknowledgementMode(Sjms2EndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.default Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder
Sjms2EndpointBuilderFactory.Sjms2EndpointProducerBuilder. acknowledgementMode(Sjms2EndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
-