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