ApplicationDomain: {
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    customAttributes?: CustomAttribute[];
    description?: string;
    id?: string;
    name: string;
    stats?: ApplicationDomainStats;
    topicDomainEnforcementEnabled?: boolean;
    type?: string;
    uniqueTopicAddressEnforcementEnabled?: boolean;
    updatedTime?: string;
}

Type declaration

  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional customAttributes?: CustomAttribute[]
  • Optional description?: string
  • Optional Readonly id?: string
  • name: string
  • Optional stats?: ApplicationDomainStats
  • Optional topicDomainEnforcementEnabled?: boolean

    Forces all topic addresses within the application domain to be prefixed with one of the application domain’s configured topic domains.

  • Optional type?: string
  • Optional uniqueTopicAddressEnforcementEnabled?: boolean

    Forces all topic addresses within the application domain to be unique.

  • Optional Readonly updatedTime?: string