| 程序包 | 说明 |
|---|---|
| com.aliyun.mns.client | |
| com.aliyun.mns.model.request.topic | |
| com.aliyun.mns.model.serialize.topic |
| 限定符和类型 | 方法和说明 |
|---|---|
TopicMeta |
CloudTopic.getAttribute()
get topic attribute
|
| 限定符和类型 | 方法和说明 |
|---|---|
AsyncResult<TopicMeta> |
CloudTopic.asyncGetAttribute(AsyncCallback<TopicMeta> callback)
async get topic attribute
|
PagingListResult<TopicMeta> |
MNSClient.listTopic(String prefix,
String marker,
Integer retNumber) |
PagingListResult<TopicMeta> |
DefaultMNSClient.listTopic(String prefix,
String marker,
Integer retNumber) |
| 限定符和类型 | 方法和说明 |
|---|---|
AsyncResult<Void> |
CloudTopic.asyncSetAttribute(TopicMeta meta,
AsyncCallback<Void> callback)
async set topic attribute with given meta and callback object
|
String |
CloudTopic.create(TopicMeta meta)
create topic with special topic meta
|
CloudPullTopic |
MNSClient.createPullTopic(TopicMeta topicMeta,
Vector<String> queueNameList)
Creates transaction queue with default message life time and delayTime
|
CloudPullTopic |
DefaultMNSClient.createPullTopic(TopicMeta topicMeta,
Vector<String> queueNameList)
Creates topic for pull.
|
CloudPullTopic |
MNSClient.createPullTopic(TopicMeta topicMeta,
Vector<String> queueNameList,
boolean needCreateQueue,
QueueMeta queueMetaTemplate)
Creates transaction queue with default message life time and delayTime
|
CloudPullTopic |
DefaultMNSClient.createPullTopic(TopicMeta topicMeta,
Vector<String> queueNameList,
boolean needCreateQueue,
QueueMeta queueMetaTemplate)
Creates topic for pull.
|
CloudTopic |
MNSClient.createTopic(TopicMeta meta)
根据Topic的meta数据,创建CloudTopic对象,用于后续的消息发送等
|
CloudTopic |
DefaultMNSClient.createTopic(TopicMeta meta)
根据Topic的meta数据,创建CloudTopic对象,用于后续的消息发送等
|
void |
CloudTopic.setAttribute(TopicMeta meta)
set tpoic attribute with given meta
|
| 限定符和类型 | 方法和说明 |
|---|---|
AsyncResult<TopicMeta> |
CloudTopic.asyncGetAttribute(AsyncCallback<TopicMeta> callback)
async get topic attribute
|
| 限定符和类型 | 方法和说明 |
|---|---|
TopicMeta |
CreateTopicRequest.getTopicMeta() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateTopicRequest.setTopicMeta(TopicMeta meta) |
| 限定符和类型 | 方法和说明 |
|---|---|
TopicMeta |
TopicMetaDeserializer.deserialize(InputStream stream) |
protected TopicMeta |
AbstractTopicMetaDeserializer.parseMeta(Element root) |
| 限定符和类型 | 方法和说明 |
|---|---|
PagingListResult<TopicMeta> |
TopicArraryDeserializer.deserialize(InputStream stream) |
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
TopicMetaSerializer.serialize(TopicMeta obj,
String encoding) |
Copyright © 2016. All Rights Reserved.