public interface DiscoveryRequest
| Modifier and Type | Field and Description |
|---|---|
static DiscoveryRequest |
NULL
The null discovery request; cancel requests are ignored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel the discovery process, if possible.
|
static final DiscoveryRequest NULL
void cancel()
DiscoveryResult.complete(). This method may be called after discovery was already completed.
This method may be called more than once and thus should be idempotent.Copyright © 2017 JBoss by Red Hat. All rights reserved.