Uses of Class
org.apache.camel.v1.integrationspec.traits.Service.Type
-
Packages that use Service.Type Package Description org.apache.camel.v1.integrationspec.traits -
-
Uses of Service.Type in org.apache.camel.v1.integrationspec.traits
Methods in org.apache.camel.v1.integrationspec.traits that return Service.Type Modifier and Type Method Description Service.TypeService. getType()static Service.TypeService.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Service.Type[]Service.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.v1.integrationspec.traits with parameters of type Service.Type Modifier and Type Method Description voidService. setType(Service.Type type)
-