Uses of Interface
org.springframework.messaging.rsocket.RSocketRequester.MetadataSpec
Packages that use RSocketRequester.MetadataSpec Package Description org.springframework.messaging.rsocket Support for the RSocket protocol.Uses of RSocketRequester.MetadataSpec in org.springframework.messaging.rsocket
Classes in org.springframework.messaging.rsocket with type parameters of type RSocketRequester.MetadataSpec Modifier and Type Interface Description static interfaceRSocketRequester.MetadataSpec<S extends RSocketRequester.MetadataSpec<S>>Spec for providing additional composite metadata entries.Subinterfaces of RSocketRequester.MetadataSpec in org.springframework.messaging.rsocket Modifier and Type Interface Description static interfaceRSocketRequester.RequestSpecSpec to declare the input for an RSocket request.Method parameters in org.springframework.messaging.rsocket with type arguments of type RSocketRequester.MetadataSpec Modifier and Type Method Description RSocketRequester.RequestSpecRSocketRequester.RequestSpec. metadata(Consumer<RSocketRequester.MetadataSpec<?>> configurer)Append additional metadata entries through aConsumer.