Package io.micronaut.http.client
Interface ReactiveClientResultTransformer
Allows hooking modifying the resulting publisher prior to returning it from the client. Useful for customization
per reactive framework.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Method Summary
-
Method Details
-
transform
Transform the publisher result.- Parameters:
publisherResult
- The publisher result that is an object that conforms toPublishers.isConvertibleToPublisher(Class)
- Returns:
- The transformed result
-