Uses of Class
org.apache.camel.builder.endpoint.dsl.SjmsEndpointBuilderFactory.SessionAcknowledgementType
-
Packages that use SjmsEndpointBuilderFactory.SessionAcknowledgementType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of SjmsEndpointBuilderFactory.SessionAcknowledgementType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SjmsEndpointBuilderFactory.SessionAcknowledgementType Modifier and Type Method Description static SjmsEndpointBuilderFactory.SessionAcknowledgementType
SjmsEndpointBuilderFactory.SessionAcknowledgementType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SjmsEndpointBuilderFactory.SessionAcknowledgementType[]
SjmsEndpointBuilderFactory.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 SjmsEndpointBuilderFactory.SessionAcknowledgementType Modifier and Type Method Description default SjmsEndpointBuilderFactory.SjmsEndpointBuilder
SjmsEndpointBuilderFactory.SjmsEndpointBuilder. acknowledgementMode(SjmsEndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.default SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder
SjmsEndpointBuilderFactory.SjmsEndpointConsumerBuilder. acknowledgementMode(SjmsEndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.default SjmsEndpointBuilderFactory.SjmsEndpointProducerBuilder
SjmsEndpointBuilderFactory.SjmsEndpointProducerBuilder. acknowledgementMode(SjmsEndpointBuilderFactory.SessionAcknowledgementType acknowledgementMode)
The JMS acknowledgement name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE, AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE.
-