Interface Stateful<S>

    • Method Detail

      • state

        S state()
        Returns the current state of the stateful component.
      • states

        Flux<S> states()
        Returns a stream of states for this component as they change.