ReconfigurationMessage

@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).

Component1 to Local
Component2 to Remote
Component3 to Local

Constructors

Link copied to clipboard
constructor(sourceHost: String, configuration: Pair<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard