Package org.apache.camel.support.cluster
Class ClusterServiceSelectors
java.lang.Object
org.apache.camel.support.cluster.ClusterServiceSelectors
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.camel.cluster.CamelClusterService.Selector -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.camel.cluster.CamelClusterService.Selectorstatic org.apache.camel.cluster.CamelClusterService.Selectorstatic org.apache.camel.cluster.CamelClusterService.Selectorfirst()static org.apache.camel.cluster.CamelClusterService.Selectororder()static org.apache.camel.cluster.CamelClusterService.Selectorsingle()static org.apache.camel.cluster.CamelClusterService.Selector
-
Field Details
-
DEFAULT_SELECTOR
public static final org.apache.camel.cluster.CamelClusterService.Selector DEFAULT_SELECTOR
-
-
Method Details
-
defaultSelector
public static org.apache.camel.cluster.CamelClusterService.Selector defaultSelector() -
single
public static org.apache.camel.cluster.CamelClusterService.Selector single() -
first
public static org.apache.camel.cluster.CamelClusterService.Selector first() -
order
public static org.apache.camel.cluster.CamelClusterService.Selector order() -
type
public static org.apache.camel.cluster.CamelClusterService.Selector type(Class<? extends org.apache.camel.cluster.CamelClusterService> type) -
attribute
-