Package io.airlift.discovery.client
Class CachingServiceSelectorFactory
java.lang.Object
io.airlift.discovery.client.CachingServiceSelectorFactory
- All Implemented Interfaces:
ServiceSelectorFactory
-
Constructor Summary
ConstructorsConstructorDescriptionCachingServiceSelectorFactory(DiscoveryLookupClient lookupClient, ScheduledExecutorService executor) -
Method Summary
Modifier and TypeMethodDescriptioncreateServiceSelector(String type, ServiceSelectorConfig selectorConfig)
-
Constructor Details
-
CachingServiceSelectorFactory
@Inject public CachingServiceSelectorFactory(DiscoveryLookupClient lookupClient, ScheduledExecutorService executor)
-
-
Method Details
-
createServiceSelector
- Specified by:
createServiceSelectorin interfaceServiceSelectorFactory
-