Uses of Annotation Interface
io.airlift.discovery.client.ForDiscoveryClient
Packages that use ForDiscoveryClient
-
Uses of ForDiscoveryClient in io.airlift.discovery.client
Methods in io.airlift.discovery.client with annotations of type ForDiscoveryClientModifier and TypeMethodDescriptionDiscoveryModule.getDiscoveryUriSupplier(ServiceInventory serviceInventory, DiscoveryClientConfig config) Constructor parameters in io.airlift.discovery.client with annotations of type ForDiscoveryClientModifierConstructorDescriptionCachingServiceSelectorFactory(DiscoveryLookupClient lookupClient, ScheduledExecutorService executor) HttpDiscoveryAnnouncementClient(Supplier<URI> discoveryServiceURI, NodeInfo nodeInfo, JsonCodec<Announcement> announcementCodec, HttpClient httpClient) HttpDiscoveryAnnouncementClient(Supplier<URI> discoveryServiceURI, NodeInfo nodeInfo, JsonCodec<Announcement> announcementCodec, HttpClient httpClient) HttpDiscoveryLookupClient(Supplier<URI> discoveryServiceURI, NodeInfo nodeInfo, JsonCodec<ServiceDescriptorsRepresentation> serviceDescriptorsCodec, HttpClient httpClient) HttpDiscoveryLookupClient(Supplier<URI> discoveryServiceURI, NodeInfo nodeInfo, JsonCodec<ServiceDescriptorsRepresentation> serviceDescriptorsCodec, HttpClient httpClient) ServiceInventory(ServiceInventoryConfig config, NodeInfo nodeInfo, JsonCodec<ServiceDescriptorsRepresentation> serviceDescriptorsCodec, HttpClient httpClient)