public interface DiscoveryRequest
| Modifier and Type | Field | Description |
|---|---|---|
static DiscoveryRequest |
NULL |
The null discovery request; cancel requests are ignored.
|
| Modifier and Type | Method | 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 © 2019 JBoss by Red Hat. All rights reserved.