| 程序包 | 说明 |
|---|---|
| com.lark.oapi.channel |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> ChannelSubscription |
LarkChannel.on(String eventName,
ChannelEventHandler<T> handler)
Register an event handler and replace any previous handler for the same
event name, matching the NodeJS channel subscription semantics.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChannelSubscription |
LarkChannel.on(Map<String,ChannelEventHandler<?>> batchHandlers)
Register several handlers as one subscription.
|
Copyright © 2026. All rights reserved.