EventTopic
EventTopic
JSON Example
{
"id": "string",
"serviceTypeId": "string",
"orgId": "string",
"type": "string",
"name": "string",
"description": "string",
"schema": {
"id": "string",
"fields": [
"Field Object"
]
},
"blockable": false,
"shared": false,
"tenancy": "string"
}
string
id
Optional
Constraints:
minLength: 0
maxLength: 150
id
string
serviceTypeId
Required
Constraints:
minLength: 0
maxLength: 255
Identifier of the service that defines the topic.
string
orgId
Optional
Constraints:
minLength: 0
maxLength: 255
orgId
string
type
Required
Type of the topic.
string
name
Required
Constraints:
minLength: 0
maxLength: 255
name
string
description
Optional
Constraints:
minLength: 0
maxLength: 2000
description
boolean
blockable
Optional
If true, the event will be delivered to blocking subscriptions first according their priority.
boolean
shared
Optional
Indicates that the topic is shared - i.e. any service can publish events.
string
tenancy
Optional
The tenancy mode this topic is applicable to.