VertxServer

automorph.transport.http.server.VertxServer
See theVertxServer companion class
object VertxServer

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Context = Context

Request context type.

Request context type.

Attributes

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Default Vert.x server options providing the following settings.

Default Vert.x server options providing the following settings.

  • Event loop threads: 2 * number of CPU cores
  • Worker threads: number of CPU cores

Attributes