com.aliyun.openservices.ons.api.order.OrderAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gw-boot-starter-aliyun-ons Show documentation
Show all versions of gw-boot-starter-aliyun-ons Show documentation
A Java Utils Libraray By Geewit
package com.aliyun.openservices.ons.api.order;
/**
* 顺序消息消费结果
*/
public enum OrderAction {
/**
* 消费成功,继续消费下一条消息
*/
Success,
/**
* 消费失败,挂起当前队列
*/
Suspend,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy