Interface Embedded


  • @ConfigMapping(prefix="jqassistant.store.embedded")
    public interface Embedded
    • Method Detail

      • connectorEnabled

        @WithDefault("false")
        boolean connectorEnabled()
      • listenAddress

        @WithDefault("localhost")
        java.lang.String listenAddress()
      • boltPort

        @WithDefault("7687")
        java.lang.Integer boltPort()
      • httpPort

        @WithDefault("7474")
        java.lang.Integer httpPort()