pl.allegro.tech.hermes.api.SentMessageTraceStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hermes-api Show documentation
Show all versions of hermes-api Show documentation
Fast and reliable message broker built on top of Kafka.
package pl.allegro.tech.hermes.api;
public enum SentMessageTraceStatus {
INFLIGHT, SUCCESS, FAILED, DISCARDED, FILTERED
}