Package org.apache.camel.impl.cloud
Class ServiceRegistrySelectors.SelectSingle
- java.lang.Object
-
- org.apache.camel.impl.cloud.ServiceRegistrySelectors.SelectSingle
-
- All Implemented Interfaces:
org.apache.camel.cloud.ServiceRegistry.Selector
- Enclosing class:
- ServiceRegistrySelectors
public static final class ServiceRegistrySelectors.SelectSingle extends Object implements org.apache.camel.cloud.ServiceRegistry.Selector
-
-
Constructor Summary
Constructors Constructor Description SelectSingle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<org.apache.camel.cloud.ServiceRegistry>
select(Collection<org.apache.camel.cloud.ServiceRegistry> services)
-
-
-
Method Detail
-
select
public Optional<org.apache.camel.cloud.ServiceRegistry> select(Collection<org.apache.camel.cloud.ServiceRegistry> services)
- Specified by:
select
in interfaceorg.apache.camel.cloud.ServiceRegistry.Selector
-
-