Interface ServiceFilter
public interface ServiceFilter
This interface represents a mechanism to filter that can be used to identify a service from a
given set of services.
-
Method Summary
-
Method Details
-
matches
Whether the given service artifact matches the expected filter criteria.- Parameters:
service- the service artifact.- Returns:
- true if a match was found or false otherwise.
- Throws:
GovernanceException- if the operation failed.
-