Package io.quarkus.amazon.lambda.test
Class LambdaStartedNotifier
- java.lang.Object
-
- io.quarkus.amazon.lambda.test.LambdaStartedNotifier
-
- All Implemented Interfaces:
NativeImageStartedNotifier
public class LambdaStartedNotifier extends Object implements NativeImageStartedNotifier
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static booleanstarted
-
Constructor Summary
Constructors Constructor Description LambdaStartedNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNativeImageStarted()
-
-
-
Method Detail
-
isNativeImageStarted
public boolean isNativeImageStarted()
- Specified by:
isNativeImageStartedin interfaceNativeImageStartedNotifier
-
-