Skip to content

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

Verticle Config

Represents for minimum independent config for each Verticle. With this config, Vertx Verticle can start without any issue

@See: IConfig

Verticle Unit

Represents small and independent component that integrate with verticle.

New Core Unit must be extended these classes:

Core Unit must be provided by

Verticle Container

Represents a container consists a list of Verticle unit to startup application

New Service must be extended these classes: