Package com.alipay.sofa.ark.spi.registry
Interface ServiceFilter<T>
public interface ServiceFilter<T>
Service Filter Interface
- Since:
- 0.1.0
- Author:
- ruoshan
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(ServiceReference serviceReference) Filter ServiceReference
-
Method Details
-
match
Filter ServiceReference- Parameters:
serviceReference- whether the given serviceReference matchServiceFilter- Returns:
- true if match; false if not match
-