Package org.apache.kafka.streams.query
Class StateQueryRequest.InStore
java.lang.Object
org.apache.kafka.streams.query.StateQueryRequest.InStore
- Enclosing class:
- StateQueryRequest<R>
A progressive builder interface for creating
StoreQueryRequest
s.-
Method Summary
Modifier and TypeMethodDescription<R> StateQueryRequest<R>
Specifies the query to run on the specified store.
-
Method Details
-
withQuery
Specifies the query to run on the specified store.
-