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

org.simple4j.eventdistributor.beans.EventStatus Maven / Gradle / Ivy

Go to download

RDBMS based messaging as an alternative to other standard messaging like JMS / Kafka

The newest version!
package org.simple4j.eventdistributor.beans;

public enum EventStatus
{
	NEW,DUPLICATE,IN_PROGRESS,FAILURE,SUCCESS,ABORT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy