Expand description
Routing agent.
It wraps a route service and allows calls to be sent to it to update every subscriber, or just the element that made the request.
Structs§
- Route
Agent - The RouteAgent holds on to the RouteService singleton and mediates access to it.
- Route
Agent Bridge - A wrapped bridge to the route agent.
- Route
Agent Dispatcher - A wrapped dispatcher to the route agent.
Enums§
- Msg
- Internal Message used for the RouteAgent.
- Route
Request - Input message type for interacting with the `RouteAgent’.