Package io.quarkus.amazon.lambda.runtime
Class LambdaBuildTimeConfig
- java.lang.Object
-
- io.quarkus.amazon.lambda.runtime.LambdaBuildTimeConfig
-
@ConfigRoot(phase=BUILD_TIME) public class LambdaBuildTimeConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
enablePollingJvmMode
If true, this will enable the aws event poll loop within a Quarkus test run.
-
Constructor Summary
Constructors Constructor Description LambdaBuildTimeConfig()
-
-
-
Field Detail
-
enablePollingJvmMode
@ConfigItem public boolean enablePollingJvmMode
If true, this will enable the aws event poll loop within a Quarkus test run. This loop normally only runs in native image. This option is strictly for testing purposes.
-
-