Class StateQueryRequest.InStore

java.lang.Object
org.apache.kafka.streams.query.StateQueryRequest.InStore
Enclosing class:
StateQueryRequest<R>

public static class StateQueryRequest.InStore extends Object
A progressive builder interface for creating StoreQueryRequests.
  • Method Details

    • withQuery

      public <R> StateQueryRequest<R> withQuery(Query<R> query)
      Specifies the query to run on the specified store.