Skip to main content

Crate signalr_client

Crate signalr_client 

Source

Structs§

ArgumentConfiguration
Lets the arguments to be configured for a method on the Hub
CompletedFuture
A future that is immediately ready with a value.
ConstantDelayPolicy
A reconnection policy that retries with a constant delay.
ExponentialBackoffPolicy
A reconnection policy that retries with an exponential backoff.
InvocationContext
The context for an invocation, providing access to arguments, the ability to complete the invocation, and a client for additional hub interactions.
LinearBackoffPolicy
A reconnection policy that retries with a linear backoff.
ManualFuture
A future that is manually completed.
ManualStream
NoReconnectPolicy
A reconnection policy that never retries.
ReconnectionConfig
Configuration for reconnection.
ReconnectionHandler
Handler for manual reconnection after a connection drops.
SignalRClient
A client for connecting to and interacting with a SignalR hub.

Enums§

HubProtocolKind
Protocol selection for the SignalR hub connection.

Traits§

CallbackHandler
DisconnectionHandler
Trait for handling disconnection events.
ReconnectionPolicy
Defines the behavior for reconnection attempts.