Uses of Class
org.apache.camel.component.aws2.msk.MSK2Operations
-
-
Uses of MSK2Operations in org.apache.camel.component.aws2.msk
Methods in org.apache.camel.component.aws2.msk that return MSK2Operations Modifier and Type Method Description MSK2Operations
MSK2Configuration. getOperation()
static MSK2Operations
MSK2Operations. valueOf(String name)
Returns the enum constant of this type with the specified name.static MSK2Operations[]
MSK2Operations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.aws2.msk with parameters of type MSK2Operations Modifier and Type Method Description void
MSK2Configuration. setOperation(MSK2Operations operation)
The operation to perform
-