Class ClusterServiceSelectors.SelectByAttribute

  • All Implemented Interfaces:
    org.apache.camel.cluster.CamelClusterService.Selector
    Enclosing class:
    ClusterServiceSelectors

    public static final class ClusterServiceSelectors.SelectByAttribute
    extends Object
    implements org.apache.camel.cluster.CamelClusterService.Selector
    • Constructor Detail

      • SelectByAttribute

        public SelectByAttribute​(String key,
                                 Object value)
    • Method Detail

      • select

        public Optional<org.apache.camel.cluster.CamelClusterService> select​(Collection<org.apache.camel.cluster.CamelClusterService> services)
        Specified by:
        select in interface org.apache.camel.cluster.CamelClusterService.Selector