Interface AwsMicronautRuntimeFeature
- All Superinterfaces:
MicronautRuntimeFeature
- All Known Implementing Classes:
AwsLambda, BasecampAwsChatBot, TelegramAwsChatBot
Represents a Micronaut runtime feature specialized for AWS Lambda environments.
Determines the appropriate Micronaut runtime identifier based on the build tool and the presence of GraalVM in the selected features.
-
Field Summary
Fields inherited from interface MicronautRuntimeFeature
PROPERTY_MICRONAUT_RUNTIME -
Method Summary
Modifier and TypeMethodDescriptiondefault @NonNull StringresolveMicronautRuntime(@NonNull GeneratorContext generatorContext) Methods inherited from interface MicronautRuntimeFeature
addMicronautRuntimeBuildProperty
-
Method Details
-
resolveMicronautRuntime
@NonNull default @NonNull String resolveMicronautRuntime(@NonNull @NonNull GeneratorContext generatorContext) - Specified by:
resolveMicronautRuntimein interfaceMicronautRuntimeFeature
-