Package io.micronaut.function.client
Annotation Interface FunctionClient
@Documented
@Retention(RUNTIME)
@Singleton
@Introduction
@Type(FunctionClientAdvice.class)
public @interface FunctionClient
The
FunctionClient
annotation allows applying introduction advise to an interface such that methods
defined by the interface become invokers of remote or local functions configured by the application.- Since:
- 1.0
- Author:
- graemerocher