pubsub.MessagePublishedData interface

Pub/Sub 게시 구독에 게시된 인터페이스입니다.

서명:

export interface MessagePublishedData<T = any> 

속성

재산 유형 설명
메시지 메시지 <티> Google Cloud Pub/Sub 메시지.
신청 구독 리소스.

pubsub.MessagePublishedData.message

Google Cloud Pub/Sub 메시지.

서명:

readonly message: Message<T>;

pubsub.MessagePublishedData.subscription

구독 리소스.

서명:

readonly subscription: string;