Class EventScheduler<T>
java.lang.Object
io.github.zero88.schedulerx.rxjava3.EventScheduler<T>
An event-based scheduler that triggers to run a job when receive an event from specific
event-bus
address.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.-
Field Summary
Modifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<EventScheduler>
final io.vertx.lang.rx.TypeArg<T>
-
Constructor Summary
ConstructorDescriptionEventScheduler
(EventScheduler delegate) EventScheduler
(Object delegate, io.vertx.lang.rx.TypeArg<T> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionstatic <IN,
OUT, V> EventSchedulerBuilder<IN, OUT, V> builder()
void
cancel()
boolean
int
hashCode()
static <T> EventScheduler<T>
static <T> EventScheduler<T>
newInstance
(EventScheduler arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T) void
start()
void
start
(io.vertx.rxjava3.core.WorkerExecutor workerExecutor) toString()
trigger()
io.vertx.rxjava3.core.Vertx
vertx()
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
EventScheduler
-
EventScheduler
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
-
builder
-
vertx
public io.vertx.rxjava3.core.Vertx vertx() -
start
public void start() -
start
public void start(io.vertx.rxjava3.core.WorkerExecutor workerExecutor) -
cancel
public void cancel() -
trigger
-
newInstance
-
newInstance
public static <T> EventScheduler<T> newInstance(EventScheduler arg, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
-