Interface PeerFinder.ConfiguredHostsResolver

  • All Known Implementing Classes:
    SeedHostsResolver
    Enclosing class:
    PeerFinder

    public static interface PeerFinder.ConfiguredHostsResolver
    • Method Detail

      • resolveConfiguredHosts

        void resolveConfiguredHosts​(Consumer<List<TransportAddress>> consumer)
        Attempt to resolve the configured unicast hosts list to a list of transport addresses.
        Parameters:
        consumer - Consumer for the resolved list. May not be called if an error occurs or if another resolution attempt is in progress.