public interface ServiceFinder
Modifier and Type | Method and Description |
---|---|
void |
findService(String service,
ArgRunnable handler,
boolean monitor)
Issue a request for service information to the broker.
|
void findService(String service, ArgRunnable handler, boolean monitor)
service
- The service desired.handler
- Object to receive the asynchronous result(s).monitor
- If true, keep watching for more results after the first.Copyright © 2017. All rights reserved.