Package com.couchbase.client.dcp.core.state


package com.couchbase.client.dcp.core.state
  • Class
    Description
    Abstract Stateful implementation which acts like a simple state machine.
    **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.