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