Class IndexerDiscoveryProvider

java.lang.Object
org.graylog2.configuration.IndexerDiscoveryProvider
All Implemented Interfaces:
javax.inject.Provider<List<URI>>

public class IndexerDiscoveryProvider extends Object implements javax.inject.Provider<List<URI>>
  • Field Details

    • DEFAULT_INDEXER_HOST

      public static final URI DEFAULT_INDEXER_HOST
  • Constructor Details

  • Method Details

    • get

      public List<URI> get()
      Specified by:
      get in interface javax.inject.Provider<List<URI>>