Package | Description |
---|---|
org.springframework.messaging.rsocket |
Support for the RSocket protocol.
|
Modifier and Type | Method and Description |
---|---|
RSocketRequester.RequestSpec |
RSocketRequester.metadata(Object metadata,
org.springframework.util.MimeType mimeType)
Begin to specify a new request with the given metadata value.
|
RSocketRequester.RequestSpec |
RSocketRequester.RequestSpec.metadata(Object metadata,
org.springframework.util.MimeType mimeType)
Use this to append additional metadata entries when using composite
metadata.
|
RSocketRequester.RequestSpec |
RSocketRequester.route(String route,
Object... routeVars)
Begin to specify a new request with the given route to a remote handler.
|