
com.netflix.astyanax.recipes.queue.MessageQueueEntryState 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;
enum MessageQueueEntryState {
None,
Waiting,
Busy,
Done,
Acquired,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy