public interface Stateful<S>
| Modifier and Type | Method and Description |
|---|---|
S |
state()
Returns the current state of the stateful component.
|
Flux<S> |
states()
Returns a stream of states for this component as they change.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.