Uses of Interface
org.springframework.messaging.rsocket.RSocketRequester.Builder
-
Uses of RSocketRequester.Builder in org.springframework.messaging.rsocket
Modifier and TypeMethodDescriptionRSocketRequester.Builder.apply
(Consumer<RSocketRequester.Builder> configurer) Configure this builder through aConsumer
.static RSocketRequester.Builder
RSocketRequester.builder()
Obtain a builder to create a clientRSocketRequester
by connecting to an RSocket server.RSocketRequester.Builder.dataMimeType
(@Nullable MimeType mimeType) Configure the payload data MimeType to specify on theSETUP
frame that applies to the whole connection.RSocketRequester.Builder.metadataMimeType
(MimeType mimeType) Configure the payload metadata MimeType to specify on theSETUP
frame that applies to the whole connection.RSocketRequester.Builder.rsocketConnector
(RSocketConnectorConfigurer configurer) Callback to configure theRSocketConnector
directly.RSocketRequester.Builder.rsocketStrategies
(@Nullable RSocketStrategies strategies) Provide theRSocketStrategies
to use.RSocketRequester.Builder.rsocketStrategies
(Consumer<RSocketStrategies.Builder> configurer) Customize theRSocketStrategies
.Set the data for the setup payload.RSocketRequester.Builder.setupMetadata
(Object value, @Nullable MimeType mimeType) Add metadata entry to the setup payload.RSocketRequester.Builder.setupRoute
(String route, Object... routeVars) Set the route for the setup payload.Modifier and TypeMethodDescriptionRSocketRequester.Builder.apply
(Consumer<RSocketRequester.Builder> configurer) Configure this builder through aConsumer
.