public interface ChannelEventListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onChannelClose(RemotingChannel channel) |
void |
onChannelConnect(RemotingChannel channel) |
void |
onChannelException(RemotingChannel channel,
Throwable cause) |
void onChannelConnect(RemotingChannel channel)
void onChannelClose(RemotingChannel channel)
void onChannelException(RemotingChannel channel, Throwable cause)
Copyright © 2021–2022. All rights reserved.