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
Author:
Graeme Rocher
  • Method Summary

    Modifier and Type
    Method
    Description
    transform(Object publisherResult)
    Transform the publisher result.