A - the type of service endpoint addressespublic interface Query<A>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object query) |
List<A> |
fire()
Executes the query.
|
int |
hashCode() |
String |
toString() |
List<A> fire() throws DiscoveryException
DiscoveryException - if query execution failsCopyright © 2016. All Rights Reserved.