Package org.apache.camel.cloud
Interface ServiceDiscoveryAware
public interface ServiceDiscoveryAware
An interface to represent an object which wishes to be injected with a
ServiceDiscovery-
Method Summary
Modifier and TypeMethodDescriptionGet theServiceDiscoveryvoidsetServiceDiscovery(ServiceDiscovery serviceDiscovery) Injects theServiceDiscovery
-
Method Details
-
setServiceDiscovery
Injects theServiceDiscovery- Parameters:
serviceDiscovery- the ServiceDiscovery
-
getServiceDiscovery
ServiceDiscovery getServiceDiscovery()Get theServiceDiscovery- Returns:
- the ServiceDiscovery
-