public interface Cancellable
Modifier and Type | Field and Description |
---|---|
static Cancellable |
NULL
An empty implementation which does nothing when a cancel is requested.
|
Modifier and Type | Method and Description |
---|---|
boolean |
cancel()
Attempt to cancel this operation.
|
static final Cancellable NULL
Copyright © 2023 JBoss by Red Hat. All rights reserved.