EventSourcePatch

data class EventSourcePatch(val component: String? = null, val host: String? = null)

EventSource contains information for an event.

Constructors

Link copied to clipboard
constructor(component: String? = null, host: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val component: String? = null

Component from which the event is generated.

Link copied to clipboard
val host: String? = null

Node name on which the event is generated.