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 Detail

      • transform

        java.lang.Object transform​(java.lang.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