다음을 통해 공유


NotificationDetails interface

알림 세부 정보의 데이터 계약을 정의합니다.

속성

completedDate

이 알림이 완료된 시간(consumer으로부터 받은 응답)을 받거나 설정합니다.

consumerActionId

이 알림 세부 사항의 consumer action 식별자를 받거나 설정합니다.

consumerId

이 알림 세부 정보의 consumer 식별자를 받거나 설정합니다.

consumerInputs

이 알림 세부 사항의 consumer 입력을 받거나 설정합니다.

dequeuedDate

이 알림이 처리를 위해 큐에서 제거된 시간을 가져오거나 설정합니다

errorDetail

이 알림 세부 정보의 오류 세부 정보를 가져오거나 설정합니다.

errorMessage

이 알림 세부 정보의 오류 메시지를 가져오거나 설정합니다.

event

이 알림 세부 정보의 이벤트 콘텐츠를 가져오거나 설정합니다.

eventType

이 알림 세부 정보의 이벤트 유형을 가져오거나 설정합니다.

nextRetryTime

이 알림에 대한 다음 배달 다시 시도 시간을 가져오거나 설정합니다.

processedDate

이 알림이 처리가 완료된 시간(요청이 consumer에 전송되기 직전)을 받거나 설정합니다.

publisherId

이 알림 세부 정보의 publisher 식별자를 받거나 설정합니다.

publisherInputs

이 알림 세부 사항의 publisher 입력을 받거나 설정합니다.

queuedDate

이 알림이 큐에 대기(생성)된 시간을 가져오거나 설정합니다.

request

이 알림 세부 정보의 요청을 가져오거나 설정합니다.

requestAttempts

consumer에게 전송 시도된 요청 횟수

requestDuration

consumer에게 요청하는 시간 (초)

response

이 알림 세부 정보의 응답을 가져오거나 설정합니다.

retryCount

이 알림에 대해 시도한 배달 재시도 횟수

속성 세부 정보

completedDate

이 알림이 완료된 시간(consumer으로부터 받은 응답)을 받거나 설정합니다.

completedDate: Date

속성 값

Date

consumerActionId

이 알림 세부 사항의 consumer action 식별자를 받거나 설정합니다.

consumerActionId: string

속성 값

string

consumerId

이 알림 세부 정보의 consumer 식별자를 받거나 설정합니다.

consumerId: string

속성 값

string

consumerInputs

이 알림 세부 사항의 consumer 입력을 받거나 설정합니다.

consumerInputs: {[key: string]: string}

속성 값

{[key: string]: string}

dequeuedDate

이 알림이 처리를 위해 큐에서 제거된 시간을 가져오거나 설정합니다

dequeuedDate: Date

속성 값

Date

errorDetail

이 알림 세부 정보의 오류 세부 정보를 가져오거나 설정합니다.

errorDetail: string

속성 값

string

errorMessage

이 알림 세부 정보의 오류 메시지를 가져오거나 설정합니다.

errorMessage: string

속성 값

string

event

이 알림 세부 정보의 이벤트 콘텐츠를 가져오거나 설정합니다.

event: Event

속성 값

eventType

이 알림 세부 정보의 이벤트 유형을 가져오거나 설정합니다.

eventType: string

속성 값

string

nextRetryTime

이 알림에 대한 다음 배달 다시 시도 시간을 가져오거나 설정합니다.

nextRetryTime: Date

속성 값

Date

processedDate

이 알림이 처리가 완료된 시간(요청이 consumer에 전송되기 직전)을 받거나 설정합니다.

processedDate: Date

속성 값

Date

publisherId

이 알림 세부 정보의 publisher 식별자를 받거나 설정합니다.

publisherId: string

속성 값

string

publisherInputs

이 알림 세부 사항의 publisher 입력을 받거나 설정합니다.

publisherInputs: {[key: string]: string}

속성 값

{[key: string]: string}

queuedDate

이 알림이 큐에 대기(생성)된 시간을 가져오거나 설정합니다.

queuedDate: Date

속성 값

Date

request

이 알림 세부 정보의 요청을 가져오거나 설정합니다.

request: string

속성 값

string

requestAttempts

consumer에게 전송 시도된 요청 횟수

requestAttempts: number

속성 값

number

requestDuration

consumer에게 요청하는 시간 (초)

requestDuration: number

속성 값

number

response

이 알림 세부 정보의 응답을 가져오거나 설정합니다.

response: string

속성 값

string

retryCount

이 알림에 대해 시도한 배달 재시도 횟수

retryCount: number

속성 값

number