Package org.springframework.messaging.rsocket
@NonNullApi
@NonNullFields
package org.springframework.messaging.rsocket
Support for the RSocket protocol.
-
ClassDescriptionDefault
MetadataExtractor
implementation that relies onDecoder
s to deserialize the content of metadata entries.Strategy to extract a map of value(s) fromPayload
metadata, which could be composite metadata with multiple entries.Stores registrations of extractors for metadata entries.Static utility methods to createPayload
fromDataBuffer
s and vice versa.Strategy to apply configuration to anRSocketConnector
.A thin wrapper around a sendingRSocket
with a fluent API accepting and returning higher level Objects for input and for output, along with methods to prepare routing and other metadata.Builder to create a requester by connecting to a server.RSocketRequester.MetadataSpec<S extends RSocketRequester.MetadataSpec<S>>Spec for providing additional composite metadata entries.Spec to declare the input for an RSocket request.Spec to declare the expected output for an RSocket request.Access to strategies for use by RSocket requester and responder components.The builder options for creatingRSocketStrategies
.