Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vert-x3/vertx-service-factory
Service Factory implementation
https://github.com/vert-x3/vertx-service-factory
Last synced: 2 months ago
JSON representation
Service Factory implementation
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-service-factory
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-10-14T11:04:52.000Z (over 10 years ago)
- Default Branch: 4.x
- Last Pushed: 2024-11-12T17:46:14.000Z (3 months ago)
- Last Synced: 2024-11-12T18:35:54.164Z (3 months ago)
- Language: Java
- Size: 182 KB
- Stars: 21
- Watchers: 25
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- vertx-awesome - Service Factory - favicon.svg" alt="(stack)" title="Vert.x Stack" height="16px"> - Vert.x Service Factory. (Service Factory)
README
# Vert.x Service Factory
[![Build Status](https://github.com/vert-x3/vertx-service-factory/workflows/CI/badge.svg?branch=master)](https://github.com/vert-x3/vertx-service-factory/actions?query=workflow%3ACI)
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:
* [Web-site documentation](https://vertx.io/docs/vertx-service-factory/java/)