Interface StoreFactory
- All Superinterfaces:
Disconnectable
- All Known Implementing Classes:
BaseStoreFactory,HazelcastStoreFactory,MemoryStoreFactory,RedissonStoreFactory
Creates a client Store and PubSubStore
-
Method Summary
Modifier and TypeMethodDescription<K,V> Map <K, V> createStore(UUID sessionId) voidinit(NamespacesHub namespacesHub, AuthorizeHandler authorizeHandler, JsonSupport jsonSupport) voidshutdown()Methods inherited from interface com.corundumstudio.socketio.Disconnectable
onDisconnect
-
Method Details
-
pubSubStore
PubSubStore pubSubStore() -
createMap
-
createStore
-
init
-
shutdown
void shutdown()
-