Package | Description |
---|---|
org.springframework.messaging.rsocket |
Support for the RSocket protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMetadataExtractor
Default
MetadataExtractor implementation that relies on
Decoder s to deserialize the content of metadata entries. |
Modifier and Type | Method and Description |
---|---|
RSocketStrategies.Builder |
RSocketStrategies.Builder.metadataExtractorRegistry(Consumer<MetadataExtractorRegistry> consumer)
Apply the consumer to the
MetadataExtractorRegistry in order
to register extra metadata entry extractors. |