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