public interface ExternalDiscoveryConfigurator
ServiceLoader from the
class loader of this library.| Modifier and Type | Method and Description |
|---|---|
void |
configure(Consumer<DiscoveryProvider> discoveryProviderConsumer,
Consumer<RegistryProvider> registryProviderConsumer)
Configure extra discovery and registry providers and supply them to the given consumers.
|
void configure(Consumer<DiscoveryProvider> discoveryProviderConsumer, Consumer<RegistryProvider> registryProviderConsumer)
null.discoveryProviderConsumer - the discovery provider consumer (not null)registryProviderConsumer - the registry provider consumer (not null)Copyright © 2017 JBoss by Red Hat. All rights reserved.