Class AwsLambdaEventFunctionFeature

java.lang.Object
io.micronaut.starter.feature.aws.AwsLambdaRelatedFeature
io.micronaut.starter.feature.aws.AwsLambdaEventFunctionFeature
All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, AwsCloudFeature, AwsFeature, AwsLambdaEventFeature, Feature, CloudFeature, OneOfFeature
Direct Known Subclasses:
AwsLambdaS3EventNotification, AwsLambdaScheduledEvent

public abstract class AwsLambdaEventFunctionFeature extends AwsLambdaRelatedFeature
An abstract class for AwsLambdaEventFeature which are applicable only for ApplicationType.FUNCTION.
  • Constructor Details

    • AwsLambdaEventFunctionFeature

      public AwsLambdaEventFunctionFeature(AwsLambda awsLambda)
  • Method Details

    • supports

      public boolean supports(ApplicationType applicationType)
      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.
      Parameters:
      applicationType - The application type
      Returns:
      True if the feature can be selected by the user