Uses of Class
net.thevpc.naru.api.scheduler.NaruEvent
Packages that use NaruEvent
Package
Description
-
Uses of NaruEvent in net.thevpc.naru.api.agent
Methods in net.thevpc.naru.api.agent with parameters of type NaruEvent -
Uses of NaruEvent in net.thevpc.naru.api.scheduler
Methods in net.thevpc.naru.api.scheduler that return NaruEventModifier and TypeMethodDescriptionNaruTaskInbox.consume(long seq) NaruSessionEventLog.get(long seq) NaruTaskInbox.peek(NaruEventFilter filter) NaruEvent.withSeq(long newSeq) Methods in net.thevpc.naru.api.scheduler that return types with arguments of type NaruEventMethods in net.thevpc.naru.api.scheduler with parameters of type NaruEventModifier and TypeMethodDescriptionvoidlongAllRetentionPolicy.nextCheckMillis(NaruEvent event) longAnyRetentionPolicy.nextCheckMillis(NaruEvent event) longDefaultRetentionPolicy.nextCheckMillis(NaruEvent event) longForeverRetentionPolicy.nextCheckMillis(NaruEvent event) longForgetRetentionPolicy.nextCheckMillis(NaruEvent event) longMaxConsumersRetentionPolicy.nextCheckMillis(NaruEvent event) longNaruRetentionPolicy.nextCheckMillis(NaruEvent event) longOnceRetentionPolicy.nextCheckMillis(NaruEvent event) longTtlRetentionPolicy.nextCheckMillis(NaruEvent event) voidNaruEventLogListener.onEventAppended(NaruEvent newEvent) booleanAllRetentionPolicy.shouldDrop(NaruEvent event) booleanAnyRetentionPolicy.shouldDrop(NaruEvent event) booleanDefaultRetentionPolicy.shouldDrop(NaruEvent event) booleanForeverRetentionPolicy.shouldDrop(NaruEvent event) booleanForgetRetentionPolicy.shouldDrop(NaruEvent event) booleanMaxConsumersRetentionPolicy.shouldDrop(NaruEvent event) booleanNaruRetentionPolicy.shouldDrop(NaruEvent event) booleanOnceRetentionPolicy.shouldDrop(NaruEvent event) booleanTtlRetentionPolicy.shouldDrop(NaruEvent event) booleanMethod parameters in net.thevpc.naru.api.scheduler with type arguments of type NaruEvent -
Uses of NaruEvent in net.thevpc.naru.api.task
Methods in net.thevpc.naru.api.task that return types with arguments of type NaruEventMethods in net.thevpc.naru.api.task with parameters of type NaruEvent