Giao diện xuất bản trong gói thuê bao xuất bản Pub/Sub.
Chữ ký:
export interface MessagePublishedData<T = any>
Thuộc tính
Tài sản | Loại | Mô tả |
---|---|---|
tin nhắn | Tin nhắn<T> | Tin nhắn của Google Cloud Pub/Sub. |
gói thuê bao | chuỗi | Tài nguyên gói thuê bao. |
pubsub.MessagePublishedData.message
Tin nhắn của Google Cloud Pub/Sub.
Chữ ký:
readonly message: Message<T>;
pubsub.MessagePublishedData.subscription
Tài nguyên gói thuê bao.
Chữ ký:
readonly subscription: string;