Class FunctionClientAdvice

java.lang.Object
io.micronaut.function.client.aop.FunctionClientAdvice
All Implemented Interfaces:
Interceptor<Object,Object>, MethodInterceptor<Object,Object>, Ordered

@Singleton public class FunctionClientAdvice extends Object implements MethodInterceptor<Object,Object>
Implements advice for the FunctionClient annotation.
Since:
1.0
Author:
graemerocher