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
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull StringgetName()The name of the feature.@NonNull StringgetTitle()booleanSome 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.booleansupports(ApplicationType applicationType) This method must be implemented to ensure it is only selectable for the desired application types.booleansupports(@NonNull CpuArchitecture cpuArchitecture) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
apply, getCategory, getDescription, getMicronautDocumentation, getOrder, isCommunity, isPreview, processSelectedFeatures
-
Constructor Details
-
AwsLambdaSnapstart
public AwsLambdaSnapstart()
-
-
Method Details
-
getName
-
getTitle
-
isVisible
public boolean isVisible()Description copied from interface:FeatureSome 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:
getThirdPartyDocumentationin interfaceFeature- Returns:
- Returns a link to third party. E.g. https://hazelcast.org
-
supports
-
supports
Description copied from interface:FeatureThis 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.
-