-
Notifications
You must be signed in to change notification settings - Fork 1
Dev | Unit and Container
zero edited this page Jan 24, 2019
·
7 revisions
This section provides the most of importance architecture in IoT engine
:
- Microservice
- Modularization and Pluggable
- Centralized configuration
Represents for minimum independent config for each Verticle. With this config, Vertx Verticle
can start without any issue
@See: IConfig
Represents small and independent component that integrate with verticle.
New Core Unit must be extended these classes:
Core Unit must be provided by
Represents a container consists a list of Verticle unit to startup application
New Service must be extended these classes: