public interface ConnectionInitializer
Modifier and Type | Method and Description |
---|---|
<T extends RedisConnection> |
onConnect(RPromise<T> connectionFuture,
T conn,
NodeType nodeType,
MasterSlaveServersConfig config) |
<T extends RedisConnection> void onConnect(RPromise<T> connectionFuture, T conn, NodeType nodeType, MasterSlaveServersConfig config)
Copyright © 2014–2017 The Redisson Project. All rights reserved.