Package io.micronaut.gradle.graalvm
Interface NativeLambdaExtension
public interface NativeLambdaExtension
Allows configuring the native lambda specific parameters.
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.provider.Property<NativeLambdaRuntime>
The native lambda runtimeorg.gradle.api.provider.Property<String>
The native lambda runtime main class.
-
Method Details
-
getLambdaRuntime
org.gradle.api.provider.Property<NativeLambdaRuntime> getLambdaRuntime()The native lambda runtime- Returns:
- the runtime
-
getLambdaRuntimeClassName
org.gradle.api.provider.Property<String> getLambdaRuntimeClassName()The native lambda runtime main class. Defaults to thelambda runtime main class
.- Returns:
- the main class name
-