| 程序包 | 说明 |
|---|---|
| com.lark.oapi.channel | |
| com.lark.oapi.channel.model | |
| com.lark.oapi.channel.outbound | |
| com.lark.oapi.channel.outbound.streaming |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<SendResult> |
LarkChannel.send(String to,
SendInput input,
SendOptions sendOptions) |
SendResult |
LarkChannel.sendSync(String to,
SendInput input,
SendOptions sendOptions)
Blocking variant of
LarkChannel.send(String, SendInput, SendOptions). |
CompletableFuture<SendResult> |
LarkChannel.stream(String to,
StreamInput input,
SendOptions sendOptions) |
SendResult |
LarkChannel.streamSync(String to,
StreamInput input,
SendOptions sendOptions)
Blocking variant of
LarkChannel.stream(String, StreamInput, SendOptions). |
| 限定符和类型 | 方法和说明 |
|---|---|
SendOptions |
SendOptions.Builder.build()
Build immutable send options.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SendResult |
OutboundSender.send(String to,
SendInput input,
SendOptions sendOptions) |
String |
OutboundSender.sendCardByReference(String to,
OutboundRouting.ReceiveIdType idType,
String cardId,
SendOptions options) |
String |
OutboundSender.sendOneWithFallback(String to,
OutboundRouting.ReceiveIdType idType,
String msgType,
Object content,
SendOptions options) |
SendResult |
OutboundSender.stream(String to,
StreamInput input,
SendOptions sendOptions) |
| 构造器和说明 |
|---|
CardStreamControllerImpl(OutboundSender sender,
String to,
OutboundRouting.ReceiveIdType idType,
SendOptions options,
Map<String,Object> initial) |
MarkdownStreamControllerImpl(OutboundSender sender,
String to,
OutboundRouting.ReceiveIdType idType,
SendOptions options) |
Copyright © 2026. All rights reserved.