Uses of Class
org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesEndpoint.ReadAction
-
Packages that use CamelRoutesEndpoint.ReadAction Package Description org.apache.camel.spring.boot.actuate.endpoint -
-
Uses of CamelRoutesEndpoint.ReadAction in org.apache.camel.spring.boot.actuate.endpoint
Methods in org.apache.camel.spring.boot.actuate.endpoint that return CamelRoutesEndpoint.ReadAction Modifier and Type Method Description static CamelRoutesEndpoint.ReadActionCamelRoutesEndpoint.ReadAction. valueOf(String name)Returns the enum constant of this type with the specified name.static CamelRoutesEndpoint.ReadAction[]CamelRoutesEndpoint.ReadAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.spring.boot.actuate.endpoint with parameters of type CamelRoutesEndpoint.ReadAction Modifier and Type Method Description ObjectCamelRoutesEndpoint. doReadAction(String id, CamelRoutesEndpoint.ReadAction action)
-