Interface SpansSubscriber
- All Superinterfaces:
Flow.Subscriber<Span>
A
Flow.Subscriber for
OpenTelemetry Span records.-
Method Summary
Methods inherited from interface java.util.concurrent.Flow.Subscriber
onComplete, onError, onSubscribe
-
Method Details
-
onNext
Method invoked for each span of each OTLP packet. If this method throws an exception the subscription may be cancelled.- Specified by:
onNextin interfaceFlow.Subscriber<Span>
-