Uses of Record Class
cloud.opencode.base.sms.batch.BatchResult
Packages that use BatchResult
-
Uses of BatchResult in cloud.opencode.base.sms.batch
Methods in cloud.opencode.base.sms.batch that return BatchResultModifier and TypeMethodDescriptionstatic BatchResultBatchResult.empty()Create empty batch result 创建空批量结果static BatchResultCreate batch result from results 从结果列表创建批量结果BatchSender.send(List<SmsMessage> messages) Send batch messages 批量发送消息BatchSender.sendToPhones(List<String> phones, SmsMessage templateMessage) Send to multiple phones with same template 使用相同模板发送给多个手机号Methods in cloud.opencode.base.sms.batch that return types with arguments of type BatchResultModifier and TypeMethodDescriptionBatchSender.sendAsync(List<SmsMessage> messages) Send batch messages asynchronously 异步批量发送消息