Module prelude

Source

Re-exports§

pub use crate::transport::ServerTransport;
pub use crate::transport::Transport;

Structs§

Payload
PayloadBuilder
RSocketFactory
SetupPayload
SetupPayloadBuilder

Traits§

RSocket
A contract providing different interaction models for RSocket protocol.
Sink
A Sink is a value into which other values can be sent, asynchronously.
SinkExt
An extension trait for Sinks that provides a variety of convenient combinator functions.
Stream
A stream of values produced asynchronously.
StreamExt
An extension trait for Streams that provides a variety of convenient combinator functions.

Type Aliases§

ClientResponder
Flux
ServerResponder