Uses of Class
cn.com.anysdk.redis.event.RedisEventManager
Packages that use RedisEventManager
Package
Description
-
Uses of RedisEventManager in cn.com.anysdk.redis.exception
Constructors in cn.com.anysdk.redis.exception with parameters of type RedisEventManager -
Uses of RedisEventManager in cn.com.anysdk.redis.factory
Methods in cn.com.anysdk.redis.factory with parameters of type RedisEventManagerModifier and TypeMethodDescriptionstatic IRedisServiceRedisServiceFactory.createRedisService(RedisConfigProperties redisProperties, RedisEventManager eventManager) 创建Redis服务实例Constructors in cn.com.anysdk.redis.factory with parameters of type RedisEventManagerModifierConstructorDescriptionRedisConnectionFactory(RedisConfigProperties properties, RedisEventManager eventManager) 创建Redis连接工厂 -
Uses of RedisEventManager in cn.com.anysdk.redis.impl
Fields in cn.com.anysdk.redis.impl declared as RedisEventManagerModifier and TypeFieldDescriptionprotected RedisEventManagerAbstractRedisServiceImpl.eventManagerConstructors in cn.com.anysdk.redis.impl with parameters of type RedisEventManagerModifierConstructorDescriptionAbstractRedisServiceImpl(RedisConfigProperties redisProperties, RedisEventManager eventManager) 构造函数AliyunRedisServiceImpl(RedisConfigProperties redisProperties, RedisEventManager eventManager) 构造函数LocalRedisServiceImpl(RedisConfigProperties redisProperties, RedisEventManager eventManager) 构造函数 -
Uses of RedisEventManager in cn.com.anysdk.redis.reconnect
Constructors in cn.com.anysdk.redis.reconnect with parameters of type RedisEventManagerModifierConstructorDescriptionRedisReconnectManager(RedisEventManager eventManager, RedisReconnectStrategy reconnectStrategy) 创建重连管理器