| Package | Description |
|---|---|
| io.atomix.primitive.proxy |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveProxy.State |
PrimitiveProxy.getState()
Returns the session state.
|
static PrimitiveProxy.State |
PrimitiveProxy.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveProxy.State[] |
PrimitiveProxy.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveProxyExecutor.addStateChangeListener(Consumer<PrimitiveProxy.State> listener)
Registers a session state change listener.
|
void |
PrimitiveProxyExecutor.removeStateChangeListener(Consumer<PrimitiveProxy.State> listener)
Removes a state change listener.
|
Copyright © 2013–2018. All rights reserved.