Class ProxyPostProcessor<I>

java.lang.Object
org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher<O>
org.eclipse.jetty.reactive.client.internal.AbstractSingleProcessor<I,I>
reactivefeign.jetty.utils.ProxyPostProcessor<I>
All Implemented Interfaces:
org.reactivestreams.Processor<I,I>, org.reactivestreams.Publisher<I>, org.reactivestreams.Subscriber<I>, org.reactivestreams.Subscription

public class ProxyPostProcessor<I> extends org.eclipse.jetty.reactive.client.internal.AbstractSingleProcessor<I,I>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNext(I i)
     
    static <I> org.reactivestreams.Publisher<I>
    postProcess(org.reactivestreams.Publisher<I> publisher, BiConsumer<I,Throwable> postProcessor)
     
    void
    subscribe(org.reactivestreams.Subscriber<? super I> s)
     

    Methods inherited from class org.eclipse.jetty.reactive.client.internal.AbstractSingleProcessor

    cancel, downStream, downStreamOnNext, onComplete, onError, onFailure, onRequest, onSubscribe, toString, upStream, upStreamRequest

    Methods inherited from class org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher

    isCancelled, request, subscriber

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • onNext

      public void onNext(I i)
    • subscribe

      public void subscribe(org.reactivestreams.Subscriber<? super I> s)
      Specified by:
      subscribe in interface org.reactivestreams.Publisher<I>
      Overrides:
      subscribe in class org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher<I>
    • postProcess

      public static <I> org.reactivestreams.Publisher<I> postProcess(org.reactivestreams.Publisher<I> publisher, BiConsumer<I,Throwable> postProcessor)