Uses of Class
io.lettuce.core.protocol.CommandHandler.LifecycleState
| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
-
Uses of CommandHandler.LifecycleState in io.lettuce.core.protocol
Methods in io.lettuce.core.protocol that return CommandHandler.LifecycleState Modifier and Type Method Description protected CommandHandler.LifecycleStateCommandHandler. getState()static CommandHandler.LifecycleStateCommandHandler.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandHandler.LifecycleState[]CommandHandler.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.lettuce.core.protocol with parameters of type CommandHandler.LifecycleState Modifier and Type Method Description protected voidCommandHandler. setState(CommandHandler.LifecycleState lifecycleState)