Class RedissonStoreFactory
java.lang.Object
com.corundumstudio.socketio.store.pubsub.BaseStoreFactory
com.corundumstudio.socketio.store.RedissonStoreFactory
- All Implemented Interfaces:
Disconnectable,StoreFactory
-
Constructor Summary
ConstructorsConstructorDescriptionRedissonStoreFactory(org.redisson.api.RedissonClient redisson) RedissonStoreFactory(org.redisson.Redisson redisClient, org.redisson.Redisson redisPub, org.redisson.Redisson redisSub) -
Method Summary
Methods inherited from class com.corundumstudio.socketio.store.pubsub.BaseStoreFactory
getNodeId, init, onDisconnect, toString
-
Constructor Details
-
RedissonStoreFactory
public RedissonStoreFactory() -
RedissonStoreFactory
public RedissonStoreFactory(org.redisson.api.RedissonClient redisson) -
RedissonStoreFactory
public RedissonStoreFactory(org.redisson.Redisson redisClient, org.redisson.Redisson redisPub, org.redisson.Redisson redisSub)
-
-
Method Details
-
createStore
-
pubSubStore
- Specified by:
pubSubStorein interfaceStoreFactory- Specified by:
pubSubStorein classBaseStoreFactory
-
shutdown
public void shutdown() -
createMap
-