Uses of Class
org.redisson.connection.ConnectionEventsHub.Status
-
Packages that use ConnectionEventsHub.Status Package Description org.redisson.connection -
-
Uses of ConnectionEventsHub.Status in org.redisson.connection
Methods in org.redisson.connection that return ConnectionEventsHub.Status Modifier and Type Method Description static ConnectionEventsHub.Status
ConnectionEventsHub.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionEventsHub.Status[]
ConnectionEventsHub.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-