new Event()
Details of a specific event contained in or submitted to Event Collector. .
Constructs a new Event.
The following features are supported:
Members
attribute :Array.<tibco.objectapi.ec.base.Attribute>
This property holds the value of the 'Attribute' containment reference list.
Type:
correlationId :string
CorrelationID assigned to this event.
The correlationID is used with the contextID and parentContextID to determine the series of events that have occurred.
The correlationID will be set when a service request is received from an external source and remains the same for the duration of that request (including any child service calls made).
This property holds the value of the 'Correlation Id' attribute.
Type:
- string
eventTimestamp :Date
Timestamp of this event.
This property holds the value of the 'Event Timestamp' attribute.
Type:
- Date
id :string
Unique id for this Event
This property holds the value of the 'Id' attribute.
Type:
- string
isNormalized :boolean
This property holds the value of the 'Is Normalized' attribute.
Type:
- boolean
message :string
String representation of this event.
This property holds the value of the 'Message' attribute.
Type:
- string
messageId :string
Identifier for this event.
This property holds the value of the 'Message Id' attribute.
Type:
- string
priority :string
Priority of this event (LOW, MEDIUM or HIGH).
This property holds the value of the 'Priority' attribute.
Type:
- string
severity :string
Severity of this event (DEBUG, SERVICE, INFO, AUDIT, WARN, ERROR or TRACE).
This property holds the value of the 'Severity' attribute.
Type:
- string