Class MockEventServerConfig
- java.lang.Object
-
- io.quarkus.amazon.lambda.deployment.MockEventServerConfig
-
public class MockEventServerConfig extends Object
Configuration for the mock event server that is run in dev mode and test mode
-
-
Constructor Summary
Constructors Constructor Description MockEventServerConfig()
-
-
-
Field Detail
-
enabled
@ConfigItem(defaultValue="true") public boolean enabled
Setting to true will start event server even if quarkus.devservices.enabled=false
-
devPort
@ConfigItem(defaultValue="8080") public int devPort
Port to access mock event server in dev mode
-
testPort
@ConfigItem(defaultValue="8081") public int testPort
Port to access mock event server in dev mode
-
-