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
Modifier and TypeMethodDescriptionvoidstatic <I> org.reactivestreams.Publisher<I>postProcess(org.reactivestreams.Publisher<I> publisher, BiConsumer<I, Throwable> postProcessor) voidMethods inherited from class org.eclipse.jetty.reactive.client.internal.AbstractSingleProcessor
cancel, downStream, downStreamOnNext, onComplete, onError, onFailure, onRequest, onSubscribe, toString, upStream, upStreamRequestMethods inherited from class org.eclipse.jetty.reactive.client.internal.AbstractSinglePublisher
isCancelled, request, subscriber
-
Method Details
-
onNext
-
subscribe
-
postProcess
public static <I> org.reactivestreams.Publisher<I> postProcess(org.reactivestreams.Publisher<I> publisher, BiConsumer<I, Throwable> postProcessor)
-