
org.simple4j.eventdistributor.beans.PublishAttemptStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of EventDistributor Show documentation
Show all versions of EventDistributor Show documentation
RDBMS based messaging as an alternative to other standard messaging like JMS / Kafka
The newest version!
package org.simple4j.eventdistributor.beans;
public enum PublishAttemptStatus
{
NEW,FAILURE,SUCCESS
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy