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
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Port to access mock event server in dev mode
    int
    Port to access mock event server in dev mode
  • Field Details

  • 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