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, health.

Re-exports§

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

Modules§

bundle
config
health

Structs§

ServerRegistry
WsAppState
WsComponent
WsConnectionRegistry
WsConsumer
WsPathConfig
WsProducer
WsTlsConfig
WssComponent

Functions§

dispatch_handler