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)
Deprecated.
as of 5.2.6 following the deprecation of
RSocketFactory.ClientRSocketFactory
in RSocket 1.0 RC7. Please, use RSocketRequester.Builder.rsocketConnector(RSocketConnectorConfigurer) . |
Modifier and Type | Method and Description |
---|---|
static ClientRSocketFactoryConfigurer |
RSocketMessageHandler.clientResponder(RSocketStrategies strategies,
Object... candidateHandlers)
Deprecated.
as of 5.2.6 following the deprecation of
RSocketFactory.ClientRSocketFactory
in RSocket 1.0 RC7. |