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

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

    • transform

      Object transform(Object publisherResult)
      Transform the publisher result.
      Parameters:
      publisherResult - The publisher result that is an object that conforms to Publishers.isConvertibleToPublisher(Class)
      Returns:
      The transformed result