public class ContextPropagationMultiInterceptor extends Object implements MultiInterceptor
DEFAULT_ORDINAL| Constructor and Description |
|---|
ContextPropagationMultiInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
<T> Multi<T> |
onMultiCreation(Multi<T> multi) |
<T> org.reactivestreams.Subscriber<? super T> |
onSubscription(org.reactivestreams.Publisher<? extends T> instance,
org.reactivestreams.Subscriber<? super T> subscriber) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitordinalpublic <T> org.reactivestreams.Subscriber<? super T> onSubscription(org.reactivestreams.Publisher<? extends T> instance,
org.reactivestreams.Subscriber<? super T> subscriber)
onSubscription in interface MultiInterceptorpublic <T> Multi<T> onMultiCreation(Multi<T> multi)
onMultiCreation in interface MultiInterceptorCopyright © 2019–2020 SmallRye. All rights reserved.