Uses of Class
org.apache.camel.Category
-
Packages that use Category Package Description org.apache.camel org.apache.camel.spi -
-
Uses of Category in org.apache.camel
Methods in org.apache.camel that return Category Modifier and Type Method Description static Category
Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static Category[]
Category. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Category in org.apache.camel.spi
Methods in org.apache.camel.spi that return Category Modifier and Type Method Description Category[]
category()
To associate this endpoint with category(ies).
-