| Package | Description |
|---|---|
| io.atomix.primitive.protocol.value |
Interfaces for value-compatible gossip protocols and delegates.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueDelegateEvent.Type |
ValueDelegateEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueDelegateEvent.Type[] |
ValueDelegateEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ValueDelegateEvent(ValueDelegateEvent.Type type,
V subject) |
ValueDelegateEvent(ValueDelegateEvent.Type type,
V subject,
long time) |
Copyright © 2013–2018. All rights reserved.