Package | Description |
---|---|
org.springframework.messaging.rsocket |
Support for the RSocket protocol.
|
org.springframework.messaging.rsocket.annotation.support |
Support classes for working with annotated RSocket stream handling methods.
|
Modifier and Type | Method and Description |
---|---|
RSocketRequester.Builder |
RSocketRequester.Builder.rsocketFactory(ClientRSocketFactoryConfigurer configurer)
Callback to configure the
ClientRSocketFactory directly. |
Modifier and Type | Method and Description |
---|---|
static ClientRSocketFactoryConfigurer |
RSocketMessageHandler.clientResponder(RSocketStrategies strategies,
Object... candidateHandlers)
Static factory method for a configurer of a client side responder with
annotated handler methods.
|