Event Args
data class EventArgs(val eventConfiguration: Output<String>? = null, val eventNotifier: Output<String>, val name: Output<String>, val observabilityMode: Output<Either<String, EventObservabilityMode>>? = null, val topic: Output<TopicArgs>? = null) : ConvertibleToJava<EventArgs>
Defines the event properties.
Constructors
Properties
Link copied to clipboard
Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
Link copied to clipboard
The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
Link copied to clipboard
An indication of how the event should be mapped to OpenTelemetry.