Class MethodMatch.Builder<B extends MethodMatch.Builder<B>>
java.lang.Object
com.tick42.glue.core.interop.discovery.MethodMatch.Builder<B>
- Direct Known Subclasses:
MethodQuery
- Enclosing class:
MethodMatch
-
Method Summary
Modifier and TypeMethodDescriptionlocalOnly(boolean localOnly) Flag whether or not the search should include remote servers.nameMatches(String regex) nameMatches(Pattern pattern) supportsStreaming(boolean supportsStreaming)
-
Method Details
-
name
-
nameMatches
-
nameMatches
-
name
-
supportsStreaming
-
supportsStreaming
-
localOnly
Flag whether or not the search should include remote servers.trueis the default setting and only includes local servers in the search. Likewise,falseoverrides it and expands the search to include remote servers.- Parameters:
localOnly- flag for the search range- Returns:
- this builder, never
null - Since:
- 1.3
-