Interface HibernateSearchBackendElasticsearchRuntimeConfig.DiscoveryConfig

Enclosing interface:
HibernateSearchBackendElasticsearchRuntimeConfig

public static interface HibernateSearchBackendElasticsearchRuntimeConfig.DiscoveryConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Defines if automatic discovery is enabled.
    Refresh interval of the node list.
  • Method Details

    • enabled

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

      @WithDefault("10S") Duration refreshInterval()
      Refresh interval of the node list.