Expand description
Route lifecycle management types.
This module provides the RouteController trait for managing route lifecycle
operations (start, stop, suspend, resume) plus RouteStatus and RouteAction
enums used by runtime-facing APIs.
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.