Uses of Class
org.drasyl.behaviour.Behaviors.EventScheduler
-
Packages that use Behaviors.EventScheduler Package Description org.drasyl.behaviour DescribesDrasylNode
s as finite state machines. -
-
Uses of Behaviors.EventScheduler in org.drasyl.behaviour
Method parameters in org.drasyl.behaviour with type arguments of type Behaviors.EventScheduler Modifier and Type Method Description static 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.reactivex.rxjava3.core.Scheduler scheduler)
A behavior with support for scheduled self events in a node.
-