org.vertx.scala

platform

package platform

Visibility
  1. Public
  2. All

Type Members

  1. final class Container extends AnyVal

    This class represents a Verticle's view of the container in which it is running.

    This class represents a Verticle's view of the container in which it is running.

    An instance of this class will be created by the system and made available to a running Verticle.

    It contains methods to programmatically deploy other verticles, undeploy verticles, deploy modules, get the configuration for a verticle and get the logger for a verticle, amongst other things.

  2. trait Verticle extends VertxAccess

    A verticle is the unit of execution in the Vert.x platform

    A verticle is the unit of execution in the Vert.x platform

    Vert.x code is packaged into Verticle's and then deployed and executed by the Vert.x platform.

    Verticles can be written in different languages.

Value Members

  1. object Container

    Factory for org.vertx.scala.platform.Container instances.

  2. package impl

Ungrouped