Add metadataPush support to RSocketRequester

Closes gh-24322
This commit is contained in:
Rossen Stoyanchev
2020-05-14 13:54:45 +01:00
parent de378599d3
commit b1224835be
5 changed files with 116 additions and 84 deletions

View File

@@ -582,6 +582,8 @@ values are supported by a registered `Encoder`. For example:
For `Fire-and-Forget` use the `send()` method that returns `Mono<Void>`. Note that the `Mono`
indicates only that the message was successfully sent, and not that it was handled.
For `Metadata-Push` use the `sendMetadata()` method with a `Mono<Void>` return value.
[[rsocket-annot-responders]]