SourceResponse

data class SourceResponse(val addr: String? = null, val instanceID: String? = null)

The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.

Constructors

Link copied to clipboard
constructor(addr: String? = null, instanceID: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addr: String? = null

The IP or hostname and the port of the registry node that generated the event. Generally, this will be resolved by os.Hostname() along with the running port.

Link copied to clipboard
val instanceID: String? = null

The running instance of an application. Changes after each restart.