Package io.micronaut.starter.feature.aws
Class AwsLambdaSnapstart
java.lang.Object
io.micronaut.starter.feature.aws.AwsLambdaSnapstart
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,Feature
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NonNull String
getName()
The name of the feature.@NonNull String
getTitle()
boolean
Some features should not be visible to the user because they are a common parent of other selectable features, or they should always be applied, or any other reason.boolean
supports
(@NonNull CpuArchitecture cpuArchitecture) boolean
supports
(ApplicationType applicationType) This method must be implemented to ensure it is only selectable for the desired application types.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
apply, getCategory, getDescription, getMicronautDocumentation, getOrder, isCommunity, isPreview, processSelectedFeatures
-
Constructor Details
-
AwsLambdaSnapstart
public AwsLambdaSnapstart()
-
-
Method Details
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique. -
getTitle
-
isVisible
public boolean isVisible()Description copied from interface:Feature
Some features should not be visible to the user because they are a common parent of other selectable features, or they should always be applied, or any other reason. -
getThirdPartyDocumentation
- Specified by:
getThirdPartyDocumentation
in interfaceFeature
- Returns:
- Returns a link to third party. E.g. https://hazelcast.org
-
supports
-
supports
Description copied from interface:Feature
This method must be implemented to ensure it is only selectable for the desired application types. This method is not used for determining if a default feature should be applied.
-