Interface Observation
- All Known Subinterfaces:
BoltExchangeObservation, BoltHandleObservation, HttpExchangeObservation
- All Known Implementing Classes:
NoopBoltExchangeObservation, NoopBoltHandleObservation, NoopHttpExchangeObservation, NoopObservation
public interface Observation
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstart()voidstop()default reactor.util.context.ContextwriteReactiveContext(reactor.util.context.Context context)
-
Method Details
-
start
Observation start() -
error
-
stop
void stop() -
writeReactiveContext
default reactor.util.context.Context writeReactiveContext(reactor.util.context.Context context) -
openScope
Observation.Scope openScope()
-