Skip to main content

Module route_controller

Module route_controller 

Source
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§

RouteAction
Represents actions that can be performed on a route.
RouteStatus
Represents the current lifecycle status of a route.

Traits§

RouteController
Trait for managing route lifecycle operations.