public class ContextScheduler extends Scheduler
Modifier and Type | Class and Description |
---|---|
class |
ContextScheduler.ContextWorker |
Scheduler.Worker
Constructor and Description |
---|
ContextScheduler(Context context,
boolean blocking) |
ContextScheduler(Context context,
boolean blocking,
boolean ordered) |
ContextScheduler(Vertx vertx,
boolean blocking) |
ContextScheduler(Vertx vertx,
boolean blocking,
boolean ordered) |
ContextScheduler(WorkerExecutor workerExecutor) |
ContextScheduler(WorkerExecutor workerExecutor,
boolean ordered) |
Modifier and Type | Method and Description |
---|---|
ContextScheduler.ContextWorker |
createWorker() |
public ContextScheduler(Context context, boolean blocking)
public ContextScheduler(Context context, boolean blocking, boolean ordered)
public ContextScheduler(Vertx vertx, boolean blocking)
public ContextScheduler(Vertx vertx, boolean blocking, boolean ordered)
public ContextScheduler(WorkerExecutor workerExecutor)
public ContextScheduler(WorkerExecutor workerExecutor, boolean ordered)
public ContextScheduler.ContextWorker createWorker()
createWorker
in class Scheduler
Copyright © 2022 Eclipse. All rights reserved.