interface MessageBroker {
    _host?: Element;
    _name?: Element;
    _type?: Element;
    host: uri;
    id?: id;
    meta?: Meta;
    name: string;
    resourceType: "MessageBroker";
    security: MessageBrokerSecurity;
    type: code;
}

Properties

_host?: Element

The host for the message broker.

_name?: Element

Name of the message broker.

_type?: Element

The type of message broker.

host: uri

The host for the message broker.

id?: id

Logical id of this artifact

meta?: Meta

Metadata about the resource

name: string

Name of the message broker.

resourceType

MessageBroker security.

type: code

The type of message broker.