InvokeMessage interface

인보크 메시지

Extends

속성

data

탑재체 데이터.

dataType

페이로드의 데이터 타입.

event

업스트림 이벤트를 타겟팅할 때 이벤트 이름.

invocationId

인보케이션 ID

kind

메시지 유형

target

호출 대상 유형. 현재는 상류 이벤트만 지원되고 있습니다.

속성 세부 정보

data

탑재체 데이터.

data?: JSONTypes | ArrayBuffer

속성 값

JSONTypes | ArrayBuffer

dataType

페이로드의 데이터 타입.

dataType?: WebPubSubDataType

속성 값

event

업스트림 이벤트를 타겟팅할 때 이벤트 이름.

event?: string

속성 값

string

invocationId

인보케이션 ID

invocationId: string

속성 값

string

kind

메시지 유형

kind: "invoke"

속성 값

"invoke"

target

호출 대상 유형. 현재는 상류 이벤트만 지원되고 있습니다.

target?: "event"

속성 값

"event"