Uses of Interface
org.springframework.messaging.rsocket.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
Modifier and TypeClassDescriptionclass
DefaultMetadataExtractor
implementation that relies onDecoder
s to deserialize the content of metadata entries.Modifier and TypeMethodDescriptionRSocketStrategies.metadataExtractor()
Return the configuredRSocketStrategies.Builder.metadataExtractor(MetadataExtractor)
.Modifier 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
Modifier and TypeMethodDescriptionRSocketMessageHandler.getMetadataExtractor()
Return the configuredMetadataExtractor
.Modifier and TypeMethodDescriptionvoid
RSocketMessageHandler.setMetadataExtractor
(MetadataExtractor extractor) Configure aMetadataExtractor
to extract the route along with other metadata.