Package org.apache.camel.cloud
Interface ServiceFilterAware
Deprecated.
An interface to represent an object which wishes to be injected with a
ServiceFilter-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get theServiceFiltervoidsetServiceFilter(ServiceFilter serviceFilter) Deprecated.Injects theServiceFilter
-
Method Details
-
setServiceFilter
Deprecated.Injects theServiceFilter- Parameters:
serviceFilter- the ServiceFilter
-
getServiceFilter
ServiceFilter getServiceFilter()Deprecated.Get theServiceFilter- Returns:
- the ServiceFilter
-