Package io.micronaut.function.client
Function discovery classes.
- Since:
- 1.0
-
Interface Summary Interface Description FunctionDefinition Represents a discovered function definition.FunctionDefinitionProvider Interface for a type that provides function definitions.FunctionDiscoveryClient An interface for discovery functions, either remote or local.FunctionInvoker<I,O> FunctionInvokerChooser Strategy interface for choosing aFunctionInvoker. -
Class Summary Class Description DefaultFunctionDiscoveryClient Default implementation of theFunctionDiscoveryClientinterface. -
Annotation Types Summary Annotation Type Description FunctionClient TheFunctionClientannotation 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.