Uses of Interface
org.springframework.messaging.rsocket.RSocketStrategies
Package
Description
Support for the RSocket protocol.
Support classes for working with annotated RSocket stream handling methods.
-
Uses of RSocketStrategies in org.springframework.messaging.rsocket
Modifier and TypeMethodDescriptionRSocketStrategies.Builder.build()
Build theRSocketStrategies
instance.static RSocketStrategies
RSocketStrategies.create()
Create anRSocketStrategies
instance with default settings.RSocketRequester.strategies()
Return the configuredRSocketStrategies
.Modifier and TypeMethodDescriptionRSocketRequester.Builder.rsocketStrategies
(RSocketStrategies strategies) Provide theRSocketStrategies
to use.static RSocketRequester
RSocketRequester.wrap
(io.rsocket.RSocket rsocket, MimeType dataMimeType, MimeType metadataMimeType, RSocketStrategies strategies) Wrap an existingRSocket
. -
Uses of RSocketStrategies in org.springframework.messaging.rsocket.annotation.support
Modifier and TypeMethodDescriptionRSocketMessageHandler.getRSocketStrategies()
Return theconfigured
RSocketStrategies
.Modifier and TypeMethodDescriptionstatic io.rsocket.SocketAcceptor
RSocketMessageHandler.responder
(RSocketStrategies strategies, Object... candidateHandlers) Static factory method to create an RSocketSocketAcceptor
backed by handlers with annotated methods.void
RSocketMessageHandler.setRSocketStrategies
(RSocketStrategies rsocketStrategies) Configure this handler through anRSocketStrategies
instance which can be re-used to initialize a client-sideRSocketRequester
.