Uses of Class
org.apache.camel.builder.endpoint.dsl.Sqs2EndpointBuilderFactory.Sqs2Operations
-
Packages that use Sqs2EndpointBuilderFactory.Sqs2Operations Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of Sqs2EndpointBuilderFactory.Sqs2Operations in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Sqs2EndpointBuilderFactory.Sqs2Operations Modifier and Type Method Description static Sqs2EndpointBuilderFactory.Sqs2Operations
Sqs2EndpointBuilderFactory.Sqs2Operations. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sqs2EndpointBuilderFactory.Sqs2Operations[]
Sqs2EndpointBuilderFactory.Sqs2Operations. 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 Sqs2EndpointBuilderFactory.Sqs2Operations Modifier and Type Method Description default Sqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder
Sqs2EndpointBuilderFactory.Sqs2EndpointProducerBuilder. operation(Sqs2EndpointBuilderFactory.Sqs2Operations operation)
The operation to do in case the user don't want to send only a message.
-