[][src]Module infotainer::prelude

Re-exports

pub use super::ServerMessage;

Structs

DataLogger

The Actor responsible for executing DataLog requests sent by PubSubServer actors.

PubSubService

The actor managing Subscriptions and handling dissemination of Publications. Holds a list of currently connected sessions and a Subscription store.

SessionService

Stores currently active sessions. The WebSocketSession actor registers itself on startup by sending its client's ID and its address.

Enums

ClientCommand

Represents a message from a client sent to the websocket.

Functions

websocket_handler

Start a new WebSocketSession for the requesting client and start the actor.