Class RedissonStoreFactory

java.lang.Object
com.corundumstudio.socketio.store.pubsub.BaseStoreFactory
com.corundumstudio.socketio.store.RedissonStoreFactory
All Implemented Interfaces:
Disconnectable, StoreFactory

public class RedissonStoreFactory extends BaseStoreFactory
  • 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