Interface HandlerInterceptor.Factory

All Known Implementing Classes:
GlobalOpenTelemetryInterceptorFactory, MicrometerInterceptorFactory, OpenTelemetryInterceptorFactory
Enclosing interface:
HandlerInterceptor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Experimental @FunctionalInterface public static interface HandlerInterceptor.Factory
Factory for HandlerInterceptor.

Factories are discovered via ServiceLoader (global defaults) or registered explicitly via HandlerRunner.Options.addHandlerInterceptorFactory(Factory).