Uses of Class
org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesEndpoint.WriteAction
-
Packages that use CamelRoutesEndpoint.WriteAction Package Description org.apache.camel.spring.boot.actuate.endpoint -
-
Uses of CamelRoutesEndpoint.WriteAction in org.apache.camel.spring.boot.actuate.endpoint
Methods in org.apache.camel.spring.boot.actuate.endpoint that return CamelRoutesEndpoint.WriteAction Modifier and Type Method Description static CamelRoutesEndpoint.WriteActionCamelRoutesEndpoint.WriteAction. valueOf(String name)Returns the enum constant of this type with the specified name.static CamelRoutesEndpoint.WriteAction[]CamelRoutesEndpoint.WriteAction. 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.WriteAction Modifier and Type Method Description voidCamelRoutesEndpoint. doWriteAction(String id, CamelRoutesEndpoint.WriteAction action, CamelRoutesEndpoint.TimeInfo timeInfo)
-