Uses of Class
io.airlift.discovery.client.Announcer
-
Packages that use Announcer Package Description io.airlift.discovery.client io.airlift.discovery.client.testing -
-
Uses of Announcer in io.airlift.discovery.client
Methods in io.airlift.discovery.client with parameters of type Announcer Modifier and Type Method Description MergingServiceSelectorFactoryDiscoveryModule. createMergingServiceSelectorFactory(CachingServiceSelectorFactory factory, Announcer announcer, NodeInfo nodeInfo)Constructors in io.airlift.discovery.client with parameters of type Announcer Constructor Description MergingServiceSelector(ServiceSelector selector, Announcer announcer, NodeInfo nodeInfo)MergingServiceSelectorFactory(ServiceSelectorFactory selectorFactory, Announcer announcer, NodeInfo nodeInfo) -
Uses of Announcer in io.airlift.discovery.client.testing
Methods in io.airlift.discovery.client.testing with parameters of type Announcer Modifier and Type Method Description MergingServiceSelectorFactoryTestingDiscoveryModule. createMergingServiceSelectorFactory(SimpleServiceSelectorFactory factory, Announcer announcer, NodeInfo nodeInfo)
-