Skip to main content

Crate camel_component_ws

Crate camel_component_ws 

Source
Expand description

WebSocket component for rust-camel — Axum-based WebSocket server and Tokio-tungstenite client for bidirectional messaging.

Main types: WsComponent, WsBundle, WsConfig, WsServerConfig, WsClientConfig, WsEndpointConfig. Main modules: bundle, config.

Re-exports§

pub use bundle::WsBundle;
pub use config::WsClientConfig;
pub use config::WsConfig;
pub use config::WsEndpointConfig;
pub use config::WsServerConfig;

Modules§

bundle
config

Structs§

ServerRegistry
WsComponent
WsConnectionRegistry
WsConsumer
WsProducer
WssComponent