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 (start, stop, suspend, resume) and the RouteStatus and RouteAction enums for tracking and controlling route state.

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.