| Package | Description |
|---|---|
| io.atomix.primitive.protocol.value |
Interfaces for value-compatible gossip protocols and delegates.
|
| io.atomix.protocols.gossip.value |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueDelegate.addListener(ValueDelegateEventListener<V> listener)
Registers the specified listener to be notified whenever the atomic value is updated.
|
void |
ValueDelegate.removeListener(ValueDelegateEventListener<V> listener)
Unregisters the specified listener such that it will no longer receive atomic value update notifications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrdtValueDelegate.addListener(ValueDelegateEventListener<V> listener) |
void |
CrdtValueDelegate.removeListener(ValueDelegateEventListener<V> listener) |
Copyright © 2013–2018. All rights reserved.