Module lettuce.core

Class RedisConnectionStateAdapter

java.lang.Object
io.lettuce.core.RedisConnectionStateAdapter
All Implemented Interfaces:
RedisConnectionStateListener

public class RedisConnectionStateAdapter
extends Object
implements RedisConnectionStateListener
Convenience adapter with an empty implementation of all RedisConnectionStateListener callback methods.
Since:
4.4
Author:
Mark Paluch