Package io.micronaut.function
A set of classes to support a programming model for Server-less application development using Micronaut
.- Since:
- 1.0
-
Interface Summary Interface Description LocalFunctionRegistry A registry of definedFunctionBeaninstances containing within the current running application. -
Class Summary Class Description DefaultLocalFunctionRegistry Default implementation of theLocalFunctionRegistryinterface -
Annotation Types Summary Annotation Type Description FunctionBean An annotation applied to classes that should be exposed as functions.