- All Superinterfaces:
Reactor
A specific Reactor backed by Vert.x core.
- Since:
- 1.2
- Author:
- Jeremy Kuhn
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.inverno.mod.base.concurrent.Reactor
Reactor.Thread
-
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Vertx
getVertx()
Returns the underlying Vert.x instance.Methods inherited from interface io.inverno.mod.base.concurrent.Reactor
createIoEventLoopGroup, createIoEventLoopGroup, eventLoop, getAcceptorEventLoopGroup, getCoreIoEventLoopGroupSize, getEventLoop, getWorkerPool
-
Method Details
-
getVertx
io.vertx.core.Vertx getVertx()Returns the underlying Vert.x instance.
- Returns:
- the vertx instance
-