Component

interface Component : Service

A Component is a container for Services

Inheritors

Properties

Link copied to clipboard

the available addresses under which the component can be called remotely

Link copied to clipboard
abstract val health: ComponentHealth

the component health

Link copied to clipboard
abstract val status: ComponentStatus

the component status

Functions

Link copied to clipboard
abstract fun shutdown()

any shutdown code executed while shutting down

Link copied to clipboard
abstract fun startup()

any startup code that will be executed on startup