SessionStore<K, V> build()
SessionStoreBuilder
SessionStoreBuilder
is an AbstractStoreBuilder that builds a MeteredSessionStore (possibly with caching and logging).
SessionStoreBuilder
is created exclusively when Stores
is requested to create one (with Time.SYSTEM
time).
Building MeteredSessionStore (with Optional Caching and Logging) — build
Method
Note
|
build is part of StoreBuilder Contract to build a StateStore.
|
build
…FIXME