Package com.couchbase.client.core.util
Interface Stateful<S>
-
- All Known Implementing Classes:
AnalyticsEndpoint,AnalyticsService,BaseEndpoint,CompositeStateful,EventingEndpoint,EventingService,KeyValueEndpoint,KeyValueService,ManagerEndpoint,ManagerService,Node,QueryEndpoint,QueryService,SearchEndpoint,SearchService,SingleStateful,ViewEndpoint,ViewService
public interface Stateful<S>Common interface for stateful components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sstate()Returns the current state of the stateful component.Flux<S>states()Returns a stream of states for this component as they change.
-