Package org.apache.camel.impl.cloud
Class ServiceRegistrySelectors
- java.lang.Object
-
- org.apache.camel.impl.cloud.ServiceRegistrySelectors
-
public final class ServiceRegistrySelectors extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceRegistrySelectors.SelectByAttribute
static class
ServiceRegistrySelectors.SelectByOrder
static class
ServiceRegistrySelectors.SelectByType
static class
ServiceRegistrySelectors.SelectFirst
static class
ServiceRegistrySelectors.SelectSingle
-
Field Summary
Fields Modifier and Type Field Description static org.apache.camel.cloud.ServiceRegistry.Selector
DEFAULT_SELECTOR
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.camel.cloud.ServiceRegistry.Selector
attribute(String key, Object value)
static org.apache.camel.cloud.ServiceRegistry.Selector
defaultSelector()
static org.apache.camel.cloud.ServiceRegistry.Selector
first()
static org.apache.camel.cloud.ServiceRegistry.Selector
order()
static org.apache.camel.cloud.ServiceRegistry.Selector
single()
static org.apache.camel.cloud.ServiceRegistry.Selector
type(Class<? extends org.apache.camel.cloud.ServiceRegistry> type)
-
-
-
Method Detail
-
defaultSelector
public static org.apache.camel.cloud.ServiceRegistry.Selector defaultSelector()
-
single
public static org.apache.camel.cloud.ServiceRegistry.Selector single()
-
first
public static org.apache.camel.cloud.ServiceRegistry.Selector first()
-
order
public static org.apache.camel.cloud.ServiceRegistry.Selector order()
-
type
public static org.apache.camel.cloud.ServiceRegistry.Selector type(Class<? extends org.apache.camel.cloud.ServiceRegistry> type)
-
-