public static class QueryableStoreTypes.SessionStoreType<K,V> extends Object
Modifier and Type | Method and Description |
---|---|
ReadOnlySessionStore<K,V> |
create(org.apache.kafka.streams.state.internals.StateStoreProvider storeProvider,
String storeName)
Create an instance of
T (usually a facade) that developers can use
to query the underlying StateStore s. |
public ReadOnlySessionStore<K,V> create(org.apache.kafka.streams.state.internals.StateStoreProvider storeProvider, String storeName)
QueryableStoreType
T
(usually a facade) that developers can use
to query the underlying StateStore
s.storeProvider
- provides access to all the underlying StateStore instancesstoreName
- The name of the StoreStateStore
(cf. QueryableStoreTypes.KeyValueStoreType
)