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 AtmosOperationAtmosConfiguration. getOperation()Methods in org.apache.camel.component.atmos with parameters of type AtmosOperation Modifier and Type Method Description voidAtmosConfiguration. 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 AtmosOperationAtmosOperation. 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.
-