Class BaseStoreFactory
java.lang.Object
com.corundumstudio.socketio.store.pubsub.BaseStoreFactory
- All Implemented Interfaces:
Disconnectable,StoreFactory
- Direct Known Subclasses:
HazelcastStoreFactory,MemoryStoreFactory,RedissonStoreFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Longvoidinit(NamespacesHub namespacesHub, AuthorizeHandler authorizeHandler, JsonSupport jsonSupport) voidonDisconnect(ClientHead client) abstract PubSubStoretoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.corundumstudio.socketio.store.StoreFactory
createMap, createStore, shutdown
-
Constructor Details
-
BaseStoreFactory
public BaseStoreFactory()
-
-
Method Details
-
getNodeId
-
init
public void init(NamespacesHub namespacesHub, AuthorizeHandler authorizeHandler, JsonSupport jsonSupport) - Specified by:
initin interfaceStoreFactory
-
pubSubStore
- Specified by:
pubSubStorein interfaceStoreFactory
-
onDisconnect
- Specified by:
onDisconnectin interfaceDisconnectable
-
toString
-