Uses of Class
org.apache.camel.component.aws2.sqs.Sqs2Operations
-
Packages that use Sqs2Operations Package Description org.apache.camel.component.aws2.sqs -
-
Uses of Sqs2Operations in org.apache.camel.component.aws2.sqs
Methods in org.apache.camel.component.aws2.sqs that return Sqs2Operations Modifier and Type Method Description Sqs2Operations
Sqs2Configuration. getOperation()
static Sqs2Operations
Sqs2Operations. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sqs2Operations[]
Sqs2Operations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.aws2.sqs with parameters of type Sqs2Operations Modifier and Type Method Description void
Sqs2Configuration. setOperation(Sqs2Operations operation)
The operation to do in case the user don't want to send only a message
-