Interface ElasticsearchConfig.DiscoveryConfig

  • Enclosing interface:
    ElasticsearchConfig

    public static interface ElasticsearchConfig.DiscoveryConfig
    • Method Detail

      • enabled

        @WithDefault("false")
        boolean enabled()
        Defines if automatic discovery is enabled.
      • refreshInterval

        @WithDefault("5M")
        Duration refreshInterval()
        Refresh interval of the node list.