Expand description
Route lifecycle management types.
This module provides the RouteController trait for managing route lifecycle
(start, stop, suspend, resume) and the RouteStatus and RouteAction enums
for tracking and controlling route state.
Enums§
- Route
Action - Represents actions that can be performed on a route.
- Route
Status - Represents the current lifecycle status of a route.
Traits§
- Route
Controller - Trait for managing route lifecycle operations.