Uses of Class
io.airlift.discovery.client.Announcer
Packages that use Announcer
-
Uses of Announcer in io.airlift.discovery.client
Methods in io.airlift.discovery.client with parameters of type AnnouncerModifier and TypeMethodDescriptionDiscoveryModule.createMergingServiceSelectorFactory(CachingServiceSelectorFactory factory, Announcer announcer, NodeInfo nodeInfo) Constructors in io.airlift.discovery.client with parameters of type AnnouncerModifierConstructorDescriptionMergingServiceSelector(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 AnnouncerModifier and TypeMethodDescriptionTestingDiscoveryModule.createMergingServiceSelectorFactory(SimpleServiceSelectorFactory factory, Announcer announcer, NodeInfo nodeInfo)