Uses of Interface
org.springframework.messaging.rsocket.RSocketRequester.RequestSpec
-
Uses of RSocketRequester.RequestSpec in org.springframework.messaging.rsocket
Modifier and TypeMethodDescriptionBegin to specify a new request with the given metadata value, which can be a concrete value or any producer of a single value that can be adapted to aPublisher
viaReactiveAdapterRegistry
.RSocketRequester.RequestSpec.metadata
(Consumer<RSocketRequester.MetadataSpec<?>> configurer) Append additional metadata entries through aConsumer
.Begin to specify a new request with the given route to a remote handler.