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

com.dingtalk.open.app.stream.protocol.event.EventAckStatus Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package com.dingtalk.open.app.stream.protocol.event;

/**
 * @author feiyin
 * @date 2023/1/3
 */
public enum EventAckStatus {
    /**
     * 消费成功
     */
    SUCCESS,
    /**
     * 消费失败
     */
    LATER
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy