Uses of Enum Class
cn.com.anysdk.redis.event.RedisErrorEvent.ErrorType
Packages that use RedisErrorEvent.ErrorType
-
Uses of RedisErrorEvent.ErrorType in cn.com.anysdk.redis.event
Methods in cn.com.anysdk.redis.event that return RedisErrorEvent.ErrorTypeModifier and TypeMethodDescriptionstatic RedisErrorEvent.ErrorTypeReturns the enum constant of this class with the specified name.static RedisErrorEvent.ErrorType[]RedisErrorEvent.ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cn.com.anysdk.redis.event with parameters of type RedisErrorEvent.ErrorTypeModifierConstructorDescriptionRedisErrorEvent(Object source, String environment, RedisErrorEvent.ErrorType errorType, String message, Throwable throwable, String errorCode)