Interface | Description |
---|---|
Stateful<S extends Enum> |
A stateful component that changes its state and notifies subscribed parties.
|
Class | Description |
---|---|
AbstractStateMachine<S extends Enum> |
Abstract
Stateful implementation which acts like a simple state machine. |
Enum | Description |
---|---|
LifecycleState |
Represents common lifecycle states of components.
|
Exception | Description |
---|---|
NotConnectedException |
Thrown if the stateful component is not connected.
|
Copyright © 2014 Couchbase, Inc.