Package | Description |
---|---|
org.springframework.messaging.rsocket |
Support for the RSocket protocol.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
RSocketRequester.MetadataSpec<S extends RSocketRequester.MetadataSpec<S>>
Spec for specifying the metadata.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
RSocketRequester.RequestSpec
Spec for providing input data for an RSocket request and triggering the exchange.
|
Modifier and Type | Method and Description |
---|---|
RSocketRequester.RequestSpec |
RSocketRequester.RequestSpec.metadata(Consumer<RSocketRequester.MetadataSpec<?>> configurer)
Append additional metadata entries through a
Consumer . |