Expand description
Re-exports§
pub use error::Error;pub use error::Result;pub use options::ClientOptions;pub use rest::Data;pub use rest::Rest;pub use realtime::Realtime;pub use connection::Connection;pub use connection::ConnectionState;pub use connection::ConnectionStateChange;pub use realtime_channel::Channels;pub use realtime_channel::RealtimeChannel;pub use realtime_channel::ChannelState;pub use realtime_channel::ChannelStateChange;
Modules§
- auth
- connection
- Connection state machine and manager for the Ably realtime protocol.
- crypto
- error
- http
- options
- presence
- protocol
- Ably realtime protocol types.
- realtime
- Realtime client — the top-level entry point for Ably Pub/Sub.
- realtime_
channel - Realtime channel — attach/detach state machine, publish, and subscribe.
- realtime_
presence - Realtime presence — enter, leave, update, subscribe, and presence sync.
- rest
- stats
Type Aliases§
- Ably
Client - Alias for
Rest— the main Ably REST client. - Ably
Client Options - Alias for
ClientOptions— configuration for the Ably client.