Package net.thevpc.naru.api.scheduler
Interface NaruTaskInbox
- All Superinterfaces:
net.thevpc.nuts.elem.NToElement
public interface NaruTaskInbox
extends net.thevpc.nuts.elem.NToElement
-
Method Summary
Modifier and TypeMethodDescriptionconsume(long seq) drainMatching(NaruEventFilter filter) peek(NaruEventFilter filter) voidpush(long seq) intsize()longMethods inherited from interface net.thevpc.nuts.elem.NToElement
toElement
-
Method Details
-
size
int size() -
push
void push(long seq) -
peek
-
consume
-
drainMatching
-
watermark
long watermark()
-