| Package | Description |
|---|---|
| com.aliyun.openservices.iot.api.message.api | |
| com.aliyun.openservices.iot.api.message.callback | |
| com.aliyun.openservices.iot.api.message.impl |
| Modifier and Type | Method and Description |
|---|---|
MessageToken |
MessageClient.publish(String topic,
Message message)
publish message to topic
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
MessageClient.ack(MessageToken messageToken)
ack message
|
| Modifier and Type | Method and Description |
|---|---|
MessageCallback.Action |
MessageCallback.consume(MessageToken messageToken)
message callback method, implemented by the user
|
| Modifier and Type | Method and Description |
|---|---|
MessageToken |
MessageClientImpl.publish(String topic,
Message message) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
MessageClientImpl.ack(MessageToken messageToken) |
Copyright © 2019. All rights reserved.