Interface PublishMessageResponse

interface PublishMessageResponse {
    key: string;
    tenantId: string;
}

Properties

Properties

key: string

the unique ID of the message that was published

tenantId: string

the tenantId of the message

Generated using TypeDoc