| Package | Description |
|---|---|
| io.atomix.core.value |
Atomic value primitive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AtomicValue.addListener(AtomicValueEventListener<V> listener)
Registers the specified listener to be notified whenever the atomic value is updated.
|
CompletableFuture<Void> |
AsyncAtomicValue.addListener(AtomicValueEventListener<V> listener)
Registers the specified listener to be notified whenever the atomic value is updated.
|
void |
AtomicValue.removeListener(AtomicValueEventListener<V> listener)
Unregisters the specified listener such that it will no longer
receive atomic value update notifications.
|
CompletableFuture<Void> |
AsyncAtomicValue.removeListener(AtomicValueEventListener<V> listener)
Unregisters the specified listener such that it will no longer
receive atomic value update notifications.
|
Copyright © 2013–2018. All rights reserved.