Uses of Interface
org.springframework.messaging.rsocket.MetadataExtractorRegistry
Packages that use MetadataExtractorRegistry Package Description org.springframework.messaging.rsocket Support for the RSocket protocol.Uses of MetadataExtractorRegistry in org.springframework.messaging.rsocket
Classes in org.springframework.messaging.rsocket that implement MetadataExtractorRegistry Modifier and Type Class Description classDefaultMetadataExtractorDefaultMetadataExtractorimplementation that relies onDecoders to deserialize the content of metadata entries.Method parameters in org.springframework.messaging.rsocket with type arguments of type MetadataExtractorRegistry Modifier and Type Method Description RSocketStrategies.BuilderRSocketStrategies.Builder. metadataExtractorRegistry(Consumer<MetadataExtractorRegistry> consumer)Apply the consumer to theMetadataExtractorRegistryin order to register extra metadata entry extractors.