public interface GroupListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onAfterBind(ChannelContext context,
String group)
绑定群组后回调该方法
|
default void |
onAfterUnbind(ChannelContext context,
String group)
解绑群组后回调该方法
|
default void onAfterBind(ChannelContext context, String group) throws Exception
context - ChannelContextgroup - groupException - Exceptiondefault void onAfterUnbind(ChannelContext context, String group) throws Exception
context - ChannelContextgroup - groupException - ExceptionCopyright © 2025. All rights reserved.