Class ApiGatewayV2AwsLambdaHandlerProvider
java.lang.Object
io.micronaut.starter.feature.function.awslambda.ApiGatewayV2AwsLambdaHandlerProvider
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,AwsCloudFeature
,AwsFeature
,Feature
,CloudFeature
,HandlerClassFeature
@Singleton
public class ApiGatewayV2AwsLambdaHandlerProvider
extends Object
implements HandlerClassFeature
-
Field Summary
Fields inherited from interface io.micronaut.starter.feature.aws.AwsFeature
GROUP_ID_AWS_SDK_V2, GROUP_ID_MICRONAUT_AWS
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
handlerClass
(ApplicationType applicationType, Project project) 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
(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.starter.feature.aws.AwsCloudFeature
getCloud
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
apply, getCategory, getDescription, getMicronautDocumentation, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, processSelectedFeatures
Methods inherited from interface io.micronaut.starter.feature.function.HandlerClassFeature
handlerClass
-
Field Details
-
MICRONAUT_LAMBDA_HANDLER_V2
- See Also:
-
-
Constructor Details
-
ApiGatewayV2AwsLambdaHandlerProvider
public ApiGatewayV2AwsLambdaHandlerProvider()
-
-
Method Details
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique. -
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. -
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. -
handlerClass
- Specified by:
handlerClass
in interfaceHandlerClassFeature
- Parameters:
applicationType
- Type of applicationproject
- Project- Returns:
- The handler class
-