Uses of Class
org.apache.camel.component.atmos.util.AtmosOperation
-
Packages that use AtmosOperation Package Description org.apache.camel.component.atmos org.apache.camel.component.atmos.util -
-
Uses of AtmosOperation in org.apache.camel.component.atmos
Methods in org.apache.camel.component.atmos that return AtmosOperation Modifier and Type Method Description AtmosOperation
AtmosConfiguration. getOperation()
Methods in org.apache.camel.component.atmos with parameters of type AtmosOperation Modifier and Type Method Description void
AtmosConfiguration. setOperation(AtmosOperation operation)
Operation to perform -
Uses of AtmosOperation in org.apache.camel.component.atmos.util
Methods in org.apache.camel.component.atmos.util that return AtmosOperation Modifier and Type Method Description static AtmosOperation
AtmosOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static AtmosOperation[]
AtmosOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-