Package io.quarkus.amazon.lambda.runtime
Interface MockEventServerConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.lambda")
public interface MockEventServerConfig
Configuration for the mock event server that is run
in dev mode and test mode
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DEV_PORT
- See Also:
-
TEST_PORT
- See Also:
-
-
Method Details
-
devPort
@WithDefault("8080") int devPort()Port to access mock event server in dev mode -
testPort
@WithDefault("8081") int testPort()Port to access mock event server in dev mode
-