https://github.com/vert-x3/vertx-service-factory
Service Factory implementation
https://github.com/vert-x3/vertx-service-factory
Last synced: about 1 month 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: 2025-04-29T13:52:10.000Z (about 2 months ago)
- Last Synced: 2025-04-29T14:51:41.231Z (about 2 months ago)
- Language: Java
- Size: 188 KB
- Stars: 21
- Watchers: 24
- 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
[](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/)