@Deprecated
public interface CompletableQueue<T>
extends java.util.Queue<T>
Modifier and Type | Method and Description |
---|---|
void |
complete()
Deprecated.
Mark this queue as complete
|
boolean |
isComplete()
Deprecated.
Get the number of items persisted right now.
|