Class GoogleCloudRawFunction

All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, CloudFeature, FunctionFeature, GcpCloudFeature, GcpMicronautRuntimeFeature, MicronautRuntimeFeature

@Requires(property="micronaut.starter.feature.google.cloud.function.enabled", value="true", defaultValue="true") @Singleton public class GoogleCloudRawFunction extends AbstractGoogleCloudFunction
Feature that adds support for deploying raw functions to Google Cloud Functions in a Micronaut project.

Provides integration with Google Cloud's Functions Framework and sets up the necessary templates, dependencies, and configuration for function-based applications.