Package io.airlift.discovery.client
Class ServiceSelectorConfig
- java.lang.Object
-
- io.airlift.discovery.client.ServiceSelectorConfig
-
public class ServiceSelectorConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_POOL
-
Constructor Summary
Constructors Constructor Description ServiceSelectorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull StringgetPool()ServiceSelectorConfigsetPool(String pool)
-
-
-
Field Detail
-
DEFAULT_POOL
public static final String DEFAULT_POOL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPool
@NotNull public @NotNull String getPool()
-
setPool
@Config("pool") public ServiceSelectorConfig setPool(String pool)
-
-