InMemorySessionBytesStoreSupplier
is a concrete SessionBytesStoreSupplier of InMemorySessionStores (SessionStore<Bytes, byte[]>
).
InMemorySessionBytesStoreSupplier
is created when Stores
factory is requested to inMemorySessionStore.
SessionStore<Bytes, byte[]> get()
Note
|
get is part of the StoreSupplier Contract to get a state store.
|
get
simply creates a new InMemorySessionStore.