Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleLCM Event Details

LCM Event Object

FieldTypeDescriptionKafka HeaderJSON FieldNotes
eventIDstringThe unique id identifying the eventx

eventCorrelationIdstringThe id identifying the event
x
eventTimestringThe timestamp when original event occurred


eventSourcestringThe source of the event


eventTypestringThe type of the event


eventSchemastringThe schema that this event adheres to


eventSchemaVersionstring

The version of the schema that this event adheres to




eventobjectThe payload of an event

Defined by event object below

Event Object

FieldTypeDescriptionKafka HeaderJSON FieldNotes
cmHandleIdstringcmHandle id


oldValuesobject

Values that represents the state of a cmHandle



Defined by values object below
newValuesobjectValues that represents the state of a cmHandle

Defined by values object below

Values Object

FieldTypeDescriptionKafka HeaderJSON FieldNotes
dataSyncEnabledstringcmHandle id


cmHandleStatestring

State of cmHandle



Enum: 

["ADVISED", "READY", "LOCKED", "DELETING", "DELETED"]

cmHandlePropertiesobjectcmHandle properties

List of Java <String, String> Maps


...