Uses of Interface
org.springframework.messaging.rsocket.RSocketRequester.RequestSpec
Packages that use RSocketRequester.RequestSpec
-
Uses of RSocketRequester.RequestSpec in org.springframework.messaging.rsocket
Subinterfaces with type arguments of type RSocketRequester.RequestSpec in org.springframework.messaging.rsocketModifier and TypeInterfaceDescriptionstatic interface
Spec to declare the input for an RSocket request.Methods in org.springframework.messaging.rsocket that return RSocketRequester.RequestSpecModifier 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.