Uses of Interface
org.springframework.messaging.rsocket.MetadataExtractorRegistry
Packages that use MetadataExtractorRegistry
-
Uses of MetadataExtractorRegistry in org.springframework.messaging.rsocket
Classes in org.springframework.messaging.rsocket that implement MetadataExtractorRegistryModifier and TypeClassDescriptionclass
DefaultMetadataExtractor
implementation that relies onDecoder
s to deserialize the content of metadata entries.Method parameters in org.springframework.messaging.rsocket with type arguments of type MetadataExtractorRegistryModifier and TypeMethodDescriptionRSocketStrategies.Builder.metadataExtractorRegistry
(Consumer<MetadataExtractorRegistry> consumer) Apply the consumer to theMetadataExtractorRegistry
in order to register extra metadata entry extractors.