Package io.micrometer.observation
Interface ObservationHandler.CompositeObservationHandler
- All Superinterfaces:
ObservationHandler<Observation.Context>
- All Known Implementing Classes:
ObservationHandler.AllMatchingCompositeObservationHandler,ObservationHandler.FirstMatchingCompositeObservationHandler
- Enclosing interface:
ObservationHandler<T extends Observation.Context>
public static interface ObservationHandler.CompositeObservationHandler
extends ObservationHandler<Observation.Context>
Handler wrapping other handlers.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micrometer.observation.ObservationHandler
ObservationHandler.AllMatchingCompositeObservationHandler, ObservationHandler.CompositeObservationHandler, ObservationHandler.FirstMatchingCompositeObservationHandler -
Method Summary
Modifier and TypeMethodDescriptionReturns the registered handlers.Methods inherited from interface io.micrometer.observation.ObservationHandler
onError, onEvent, onScopeClosed, onScopeOpened, onStart, onStop, supportsContext
-
Method Details
-
getHandlers
List<ObservationHandler<Observation.Context>> getHandlers()Returns the registered handlers.- Returns:
- registered handlers
-