Interface MethodInterceptor<T,​R>

  • Type Parameters:
    T - The declaring type
    R - The result of the method call
    All Superinterfaces:
    Interceptor<T,​R>, io.micronaut.core.order.Ordered

    public interface MethodInterceptor<T,​R>
    extends Interceptor<T,​R>
    A MethodInterceptor extends the generic Interceptor and provides an interface more specific to method interception.
    Since:
    1.0