Package io.micronaut.function.client
package io.micronaut.function.client
Function discovery classes.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionDefault implementation of the
FunctionDiscoveryClient
interface.TheFunctionClient
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.Represents a discovered function definition.Interface for a type that provides function definitions.An interface for discovery functions, either remote or local.FunctionInvoker<I,O> Strategy interface for choosing aFunctionInvoker
.