Package-level declarations

Types

Link copied to clipboard
@Serializable
data class ReconfigurationMessage(val sourceHost: String, val configuration: Pair<String, String>)

Represents a new configuration of the deployment unit provided by the sourceHost. The configuration is modelled via a pair (component name, host name).

Link copied to clipboard

Represents the ability of reconfiguring the deployment unit.