Package reactivefeign.jetty.utils
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonNext(I i)static <I> org.reactivestreams.Publisher<I>postProcess(org.reactivestreams.Publisher<I> publisher, java.util.function.BiConsumer<I,java.lang.Throwable> postProcessor)voidsubscribe(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
-
-
-
-
Method Detail
-
onNext
public void onNext(I i)
-
subscribe
public void subscribe(org.reactivestreams.Subscriber<? super I> s)
-
postProcess
public static <I> org.reactivestreams.Publisher<I> postProcess(org.reactivestreams.Publisher<I> publisher, java.util.function.BiConsumer<I,java.lang.Throwable> postProcessor)
-
-