| Constructor and Description |
|---|
DefaultNettyHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterBoostrapInitialization(io.netty.bootstrap.Bootstrap bootstrap)
Invoked when Redis client created and initialized Netty Bootstrap object.
|
void |
afterChannelInitialization(io.netty.channel.Channel channel)
Invoked when Netty Channel object was created and initialized.
|
public void afterBoostrapInitialization(io.netty.bootstrap.Bootstrap bootstrap)
NettyHookafterBoostrapInitialization in interface NettyHookbootstrap - - Netty Bootstrap objectpublic void afterChannelInitialization(io.netty.channel.Channel channel)
NettyHookafterChannelInitialization in interface NettyHookchannel - - Netty Channel objectCopyright © 2014–2021 Redisson. All rights reserved.