Structs§
- Argument
Configuration - Lets the arguments to be configured for a method on the Hub
- Completed
Future - A future that is immediately ready with a value.
- Constant
Delay Policy - A reconnection policy that retries with a constant delay.
- Exponential
Backoff Policy - A reconnection policy that retries with an exponential backoff.
- Invocation
Context - The context for an invocation, providing access to arguments, the ability to complete the invocation, and a client for additional hub interactions.
- Linear
Backoff Policy - A reconnection policy that retries with a linear backoff.
- Manual
Future - A future that is manually completed.
- Manual
Stream - NoReconnect
Policy - A reconnection policy that never retries.
- Reconnection
Config - Configuration for reconnection.
- Reconnection
Handler - Handler for manual reconnection after a connection drops.
- SignalR
Client - A client for connecting to and interacting with a SignalR hub.
Enums§
- HubProtocol
Kind - Protocol selection for the SignalR hub connection.
Traits§
- Callback
Handler - Disconnection
Handler - Trait for handling disconnection events.
- Reconnection
Policy - Defines the behavior for reconnection attempts.