Uses of Interface
org.springframework.messaging.rsocket.MetadataExtractor
Packages that use MetadataExtractor Package Description org.springframework.messaging.rsocket Support for the RSocket protocol.org.springframework.messaging.rsocket.annotation.support 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 MetadataExtractor Modifier and Type Class Description classDefaultMetadataExtractorDefaultMetadataExtractorimplementation that relies onDecoders to deserialize the content of metadata entries.Methods in org.springframework.messaging.rsocket that return MetadataExtractor Modifier and Type Method Description MetadataExtractorRSocketStrategies. metadataExtractor()Return the configuredRSocketStrategies.Builder.metadataExtractor(MetadataExtractor).Methods in org.springframework.messaging.rsocket with parameters of type MetadataExtractor Modifier and Type Method Description RSocketStrategies.BuilderRSocketStrategies.Builder. metadataExtractor(MetadataExtractor metadataExtractor)Configure aMetadataExtractorto 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 MetadataExtractor Modifier and Type Method Description MetadataExtractorRSocketMessageHandler. getMetadataExtractor()Return the configuredMetadataExtractor.Methods in org.springframework.messaging.rsocket.annotation.support with parameters of type MetadataExtractor Modifier and Type Method Description voidRSocketMessageHandler. setMetadataExtractor(MetadataExtractor extractor)Configure aMetadataExtractorto extract the route along with other metadata.