程序包 | 说明 |
---|---|
com.easemob.im.server.api.message | |
com.easemob.im.server.api.message.send |
限定符和类型 | 方法和说明 |
---|---|
reactor.core.publisher.Mono<EMSentMessageResults> |
MessageApi.sendWithoutMsgId(String from,
String toType,
Set<String> tos,
EMMessage message,
Set<EMKeyValue> extensions)
已过时。
|
reactor.core.publisher.Mono<EMSentMessageResults> |
MessageApi.sendWithoutMsgId(String from,
String toType,
Set<String> tos,
EMMessage message,
Set<EMKeyValue> extensions,
Boolean syncDevice)
已过时。
|
reactor.core.publisher.Mono<EMSentMessageResults> |
MessageApi.sendWithoutMsgId(String from,
String toType,
Set<String> tos,
EMMessage message,
Set<EMKeyValue> extensions,
String routeType)
已过时。
|
reactor.core.publisher.Mono<EMSentMessageResults> |
MessageApi.sendWithoutMsgId(String from,
String toType,
Set<String> tos,
EMMessage message,
Set<EMKeyValue> extensions,
String routeType,
Boolean syncDevice)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
EMSentMessageResults |
SendMessageResultResponse.toEMSentMessages() |
限定符和类型 | 方法和说明 |
---|---|
reactor.core.publisher.Mono<EMSentMessageResults> |
SendMessage.SendSpec.sendWithoutMsgId() |
reactor.core.publisher.Mono<EMSentMessageResults> |
SendMessage.sendWithoutMsgId(String from,
String toType,
Set<String> tos,
EMMessage message,
Set<EMKeyValue> extensions) |
reactor.core.publisher.Mono<EMSentMessageResults> |
SendMessage.sendWithoutMsgId(String from,
String toType,
Set<String> tos,
EMMessage message,
Set<EMKeyValue> extensions,
Boolean syncDevice) |
reactor.core.publisher.Mono<EMSentMessageResults> |
SendMessage.sendWithoutMsgId(String from,
String toType,
Set<String> tos,
EMMessage message,
Set<EMKeyValue> extensions,
String routeType) |
reactor.core.publisher.Mono<EMSentMessageResults> |
SendMessage.sendWithoutMsgId(String from,
String toType,
Set<String> tos,
EMMessage message,
Set<EMKeyValue> extensions,
String routeType,
Boolean syncDevice) |
Copyright © 2024. All rights reserved.