Class SubscriberWrapper<T>
java.lang.Object
io.opentelemetry.javaagent.instrumentation.armeria.v1_3.SubscriberWrapper<T>
- All Implemented Interfaces:
org.reactivestreams.Subscriber<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidonSubscribe(org.reactivestreams.Subscription subscription) static <T> org.reactivestreams.Subscriber<T>wrap(org.reactivestreams.Subscriber<T> delegate)
-
Method Details
-
wrap
public static <T> org.reactivestreams.Subscriber<T> wrap(org.reactivestreams.Subscriber<T> delegate) -
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription subscription) - Specified by:
onSubscribein interfaceorg.reactivestreams.Subscriber<T>
-
onNext
- Specified by:
onNextin interfaceorg.reactivestreams.Subscriber<T>
-
onError
- Specified by:
onErrorin interfaceorg.reactivestreams.Subscriber<T>
-
onComplete
public void onComplete()- Specified by:
onCompletein interfaceorg.reactivestreams.Subscriber<T>
-