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 -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.apache.camel.cloud.ServiceRegistry>
select
(Collection<org.apache.camel.cloud.ServiceRegistry> services)
-
Constructor Details
-
SelectSingle
public SelectSingle()
-
-
Method Details
-
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
-