ConnectionEventingRuntimeData

data class ConnectionEventingRuntimeData(val eventsListenerEndpoint: String? = null, val statuses: List<ConnectionEventingRuntimeDataStatus>? = null)

Constructors

Link copied to clipboard
constructor(eventsListenerEndpoint: String? = null, statuses: List<ConnectionEventingRuntimeDataStatus>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Events listener endpoint. The value will populated after provisioning the events listener.

Link copied to clipboard

(Output) Current status of eventing. Structure is documented below.