Options
All
  • Public
  • Public/Protected
  • All
Menu

Runlevels are used to control in which startup phase to execute initializers when starting the platform.

The platform reports that it has started after all initializers have completed successfully.

Index

Enumeration members

Enumeration members

One = 1

In runlevel 1, the platform constructs eager beans.

Three = 3

In runlevel 3, the platform host installs activator microfrontends.

Two = 2

From runlevel 2 and above, messaging is enabled. This is the default runlevel at which initializers execute if not specifying any runlevel.

Zero = 0

In runlevel 0, the platform host fetches manifests of registered micro applications.

Generated using TypeDoc