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