Uses of Interface
org.springframework.messaging.rsocket.MetadataExtractor
Packages that use MetadataExtractor
Package
Description
Support for the RSocket protocol.
Support classes for working with annotated RSocket stream handling methods.
-
Uses of MetadataExtractor in org.springframework.messaging.rsocket
Classes in org.springframework.messaging.rsocket that implement MetadataExtractorModifier and TypeClassDescriptionclass
DefaultMetadataExtractor
implementation that relies onDecoder
s to deserialize the content of metadata entries.Methods in org.springframework.messaging.rsocket that return MetadataExtractorModifier and TypeMethodDescriptionRSocketStrategies.metadataExtractor()
Return the configuredRSocketStrategies.Builder.metadataExtractor(MetadataExtractor)
.Methods in org.springframework.messaging.rsocket with parameters of type MetadataExtractorModifier and TypeMethodDescriptionRSocketStrategies.Builder.metadataExtractor
(MetadataExtractor metadataExtractor) Configure aMetadataExtractor
to extract the route along with other metadata. -
Uses of MetadataExtractor in org.springframework.messaging.rsocket.annotation.support
Methods in org.springframework.messaging.rsocket.annotation.support that return MetadataExtractorModifier and TypeMethodDescriptionRSocketMessageHandler.getMetadataExtractor()
Return the configuredMetadataExtractor
.Methods in org.springframework.messaging.rsocket.annotation.support with parameters of type MetadataExtractorModifier and TypeMethodDescriptionvoid
RSocketMessageHandler.setMetadataExtractor
(MetadataExtractor extractor) Configure aMetadataExtractor
to extract the route along with other metadata.