public class CardStreamControllerImpl extends Object implements CardStreamController
| 构造器和说明 |
|---|
CardStreamControllerImpl(OutboundSender sender,
String to,
OutboundRouting.ReceiveIdType idType,
SendOptions options,
Map<String,Object> initial) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Object> |
getCurrent()
Latest card JSON state known by the controller.
|
String |
getMessageId()
Message id of the card message once it has been sent.
|
SendResult |
run(CardStreamProducer producer) |
void |
update(Map<String,Object> next)
Patch the current card state.
|
public CardStreamControllerImpl(OutboundSender sender, String to, OutboundRouting.ReceiveIdType idType, SendOptions options, Map<String,Object> initial)
public void update(Map<String,Object> next)
CardStreamControllerupdate 在接口中 CardStreamControllerpublic Map<String,Object> getCurrent()
CardStreamControllergetCurrent 在接口中 CardStreamControllerpublic String getMessageId()
CardStreamControllergetMessageId 在接口中 CardStreamControllerpublic SendResult run(CardStreamProducer producer)
Copyright © 2026. All rights reserved.