Packages

p

it.cwmp

services

package services

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ServiceLauncher extends AnyRef

    A trait describing a micro-service launcher

  2. trait Validation[Input, Output] extends AnyRef

    A trait that describes the strategy with which an input should be validated

  3. trait VertxClient extends AnyRef

    This trait provides all the utilities to get an instance of a client in the Vertx environment.

  4. trait VertxInstance extends AnyRef

    This trait represents a vertx instance.

    This trait represents a vertx instance. It provides a vertx entry point and initialize the implicit execution context. It should be mixed-in every time you need a vertx entry point.

  5. trait VertxJDBC extends AnyRef

    This trait provides some utilities for an easier management of the JDBC connection with vertx.

  6. trait VertxServer extends ScalaVerticle

    This is a Utility trait that simplifies the creation and management of a vertx server.

Value Members

  1. object ServiceLauncher

    Companion object

  2. object VertxJDBC

    Companion object

  3. object VertxServer

    Companion object

Ungrouped