Package com.couchbase.client.core.state


package com.couchbase.client.core.state
  • Class
    Description
    Abstract Stateful implementation which acts like a simple state machine.
    The default implementation of a StateZipper.
    **Represents common lifecycle states of components.**
    Thrown if the stateful component is not connected.
    Stateful<S extends Enum>
    A stateful component that changes its state and notifies subscribed parties.
    StateZipper<T,S extends Enum>
    Describes a generic StateZipper.