package scala
- Alphabetic
- Public
- All
Type Members
-
class
AsyncResultWrapper[J, S] extends AsyncResult[S]
An implementation of io.vertx.core.AsyncResult that is used to convert a result of a Java-version into the Scala-variant.
-
class
ScalaAsyncResult[T] extends AsyncResult[T]
Implementation of @see io.vertx.core.AsyncResult
-
abstract
class
ScalaVerticle extends AnyRef
Base class for verticle implementations.
-
class
ScalaVerticleFactory extends VerticleFactory
Factory for creating Verticle-Instances from a compiled class or scala source code.
-
class
VertxExecutionContext extends ExecutionContext
A scala scala.concurrent.ExecutionContext binds scala.concurrent.Promise/scala.concurrent.Future to a thread.
A scala scala.concurrent.ExecutionContext binds scala.concurrent.Promise/scala.concurrent.Future to a thread. In the case of Vert.x we have to make sure that they execute on the right context. A context could be that of a worker or a standard verticle. This execution context implementation runs all Runnables on the associated io.vertx.scala.core.Context.
Taken from the original Vert.x-impl https://github.com/vert-x/mod-lang-scala/blob/master/src/main/scala/org/vertx/scala/core/VertxExecutionContext.scala
Value Members
- object AsyncResultWrapper
- object Converter
-
object
HandlerOps
Conversions between handlers and functions
- object ScalaAsyncResult
- object ScalaVerticle
-
object
Types
Type definitions for commonly used types.
- object VertxExecutionContext