Package io.micronaut.http.client
Interface ReactiveClientResultTransformer
-
@Indexed(ReactiveClientResultTransformer.class) public interface ReactiveClientResultTransformer
Allows hooking modifying the resulting publisher prior to returning it from the client. Useful for customization per reactive framework.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objecttransform(java.lang.Object publisherResult)Transform the publisher result.
-