public final class ClusterServiceSelectors extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterServiceSelectors.SelectByAttribute |
static class |
ClusterServiceSelectors.SelectByOrder |
static class |
ClusterServiceSelectors.SelectByType |
static class |
ClusterServiceSelectors.SelectFirst |
static class |
ClusterServiceSelectors.SelectSingle |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.camel.cluster.CamelClusterService.Selector |
DEFAULT_SELECTOR |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.camel.cluster.CamelClusterService.Selector |
attribute(String key,
Object value) |
static org.apache.camel.cluster.CamelClusterService.Selector |
defaultSelector() |
static org.apache.camel.cluster.CamelClusterService.Selector |
first() |
static org.apache.camel.cluster.CamelClusterService.Selector |
order() |
static org.apache.camel.cluster.CamelClusterService.Selector |
single() |
static org.apache.camel.cluster.CamelClusterService.Selector |
type(Class<? extends org.apache.camel.cluster.CamelClusterService> type) |
public static final org.apache.camel.cluster.CamelClusterService.Selector DEFAULT_SELECTOR
public static org.apache.camel.cluster.CamelClusterService.Selector defaultSelector()
public static org.apache.camel.cluster.CamelClusterService.Selector single()
public static org.apache.camel.cluster.CamelClusterService.Selector first()
public static org.apache.camel.cluster.CamelClusterService.Selector order()
public static org.apache.camel.cluster.CamelClusterService.Selector type(Class<? extends org.apache.camel.cluster.CamelClusterService> type)
Apache Camel