interface MessageTopic {
    _topicId?: Element;
    broker: Reference;
    id?: id;
    meta?: Meta;
    resourceType: "MessageTopic";
    topicId: code;
}

Properties

_topicId?: Element

Topic for the message.

broker: Reference

The message broker for this topic.

id?: id

Logical id of this artifact

meta?: Meta

Metadata about the resource

resourceType
topicId: code

Topic for the message.