Expand description
Default implementation of RouteController.
This module provides DefaultRouteController, which manages route lifecycle
including starting, stopping, suspending, and resuming routes.
Structs§
- Crash
Notification - Notification sent when a route crashes.
- Default
Route Controller - Default implementation of
RouteController.
Traits§
- Route
Controller Internal - Internal trait extending
RouteControllerwith methods needed by [CamelContext] that are not part of the public lifecycle API.