Uses of Class
org.drasyl.node.behaviour.Behaviors.EventScheduler
Packages that use Behaviors.EventScheduler
-
Uses of Behaviors.EventScheduler in org.drasyl.node.behaviour
Method parameters in org.drasyl.node.behaviour with type arguments of type Behaviors.EventSchedulerModifier and TypeMethodDescriptionstatic Behavior
Behaviors.withScheduler
(Function<Behaviors.EventScheduler, Behavior> factory) A behavior with support for scheduled self events in a node.static Behavior
Behaviors.withScheduler
(Function<Behaviors.EventScheduler, Behavior> factory, io.netty.channel.EventLoopGroup eventLoopGroup) A behavior with support for scheduled self events in a node.