| 程序包 | 说明 |
|---|---|
| com.lark.oapi.channel | |
| com.lark.oapi.channel.model | |
| com.lark.oapi.channel.outbound |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<SendResult> |
LarkChannel.stream(String to,
StreamInput input)
Start a streaming reply.
|
CompletableFuture<SendResult> |
LarkChannel.stream(String to,
StreamInput input,
SendOptions sendOptions) |
SendResult |
LarkChannel.streamSync(String to,
StreamInput input)
Blocking variant of
LarkChannel.stream(String, StreamInput). |
SendResult |
LarkChannel.streamSync(String to,
StreamInput input,
SendOptions sendOptions)
Blocking variant of
LarkChannel.stream(String, StreamInput, SendOptions). |
| 限定符和类型 | 方法和说明 |
|---|---|
static StreamInput |
StreamInput.card(Map<String,Object> initial,
CardStreamProducer producer)
Create an interactive-card streaming input.
|
static StreamInput |
StreamInput.markdown(MarkdownStreamProducer producer)
Create a Markdown streaming input.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SendResult |
OutboundSender.stream(String to,
StreamInput input,
SendOptions sendOptions) |
Copyright © 2026. All rights reserved.