
be.looorent.jflu.EventStatus Maven / Gradle / Ivy
The newest version!
package be.looorent.jflu;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* @author Lorent Lempereur {@literal }
*/
public enum EventStatus {
@JsonProperty("new") NEW,
@JsonProperty("replayed") REPLAYED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy