Class MockEventServerConfig


  • public class MockEventServerConfig
    extends Object
    Configuration for the mock event server that is run in dev mode and test mode
    • Field Detail

      • 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
    • Constructor Detail

      • MockEventServerConfig

        public MockEventServerConfig()