
com.netflix.astyanax.recipes.queue.MessageStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of astyanax-queue Show documentation
Show all versions of astyanax-queue Show documentation
astyanax-queue developed by Netflix
package com.netflix.astyanax.recipes.queue;
public enum MessageStatus {
WAITING,
RUNNING,
DONE,
FAILED,
SKIPPED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy