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- 
transformTransform the publisher result.- Parameters:
- publisherResult- The publisher result that is an object that conforms to- Publishers.isConvertibleToPublisher(Class)
- Returns:
- The transformed result
 
 
-