Uses of Interface
org.apache.camel.builder.endpoint.dsl.ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder
Packages that use ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder
-
Uses of ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return ControlBusEndpointBuilderFactory.ControlBusEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.controlbus(String path) Control Bus (camel-controlbus) Manage and monitor Camel routes.StaticEndpointBuilders.controlbus(String componentName, String path) Control Bus (camel-controlbus) Manage and monitor Camel routes. -
Uses of ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ControlBusEndpointBuilderFactory.ControlBusEndpointBuilderModifier and TypeMethodDescriptionTo denote an action that can be either: start, stop, or status.ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.async(boolean async) Whether to execute the control bus task asynchronously.Whether to execute the control bus task asynchronously.ControlBusEndpointBuilderFactory.AdvancedControlBusEndpointBuilder.basic()ControlBusEndpointBuilderFactory.ControlBusBuilders.controlbus(String path) Control Bus (camel-controlbus) Manage and monitor Camel routes.ControlBusEndpointBuilderFactory.ControlBusBuilders.controlbus(String componentName, String path) Control Bus (camel-controlbus) Manage and monitor Camel routes.ControlBusEndpointBuilderFactory.endpointBuilder(String componentName, String path) ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.loggingLevel(String loggingLevel) Logging level used for logging when task is done, or if any exceptions occurred during processing the task.ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.loggingLevel(org.apache.camel.LoggingLevel loggingLevel) Logging level used for logging when task is done, or if any exceptions occurred during processing the task.ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.restartDelay(int restartDelay) The delay in millis to use when restarting a route.ControlBusEndpointBuilderFactory.ControlBusEndpointBuilder.restartDelay(String restartDelay) The delay in millis to use when restarting a route.To specify a route by its id.