/vertx-service-factory

Service Factory implementation

Primary LanguageJavaApache License 2.0Apache-2.0

Vert.x Service Factory

Build Status

This is a VerticleFactory implementation which deploys a verticle given a service name.

The service name is used to lookup a JSON descriptor file which determines the actual verticle that is to be deployed, and can also contain deployment options for the verticle such as whether it should be run as a worker, and default config for the service.

Please see the main documentation on the web-site for a full description: