@NonNullApi @NonNullFields
See: Description
Interface | Description |
---|---|
ClientRSocketFactoryConfigurer |
Strategy to apply configuration to a client side
RSocketFactory . |
MetadataExtractor |
Strategy to extract a map of value(s) from
Payload metadata, which
could be composite metadata with multiple entries. |
MetadataExtractorRegistry |
Stores registrations of extractors for metadata entries.
|
RSocketRequester |
A thin wrapper around a sending
RSocket with a fluent API accepting
and returning higher level Objects for input and for output, along with
methods to prepare routing and other metadata. |
RSocketRequester.Builder |
Builder to create a requester by connecting to a server.
|
RSocketRequester.MetadataSpec<S extends RSocketRequester.MetadataSpec<S>> |
Spec for specifying the metadata.
|
RSocketRequester.RequestSpec |
Spec for providing input data for an RSocket request and triggering the exchange.
|
RSocketStrategies |
Access to strategies for use by RSocket requester and responder components.
|
RSocketStrategies.Builder |
The builder options for creating
RSocketStrategies . |
Class | Description |
---|---|
DefaultMetadataExtractor |
Default
MetadataExtractor implementation that relies on
Decoder s to deserialize the content of metadata entries. |
PayloadUtils |
Static utility methods to create
Payload from DataBuffer s
and vice versa. |