All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.openservices.ons.api.Action Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
package com.aliyun.openservices.ons.api;

/**
 * 消费消息的返回结果
 */
public enum Action {
    /**
     * 消费成功,继续消费下一条消息
     */
    CommitMessage,
    /**
     * 消费失败,告知服务器稍后再投递这条消息,继续消费其他消息
     */
    ReconsumeLater,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy