NotificationDetails interface
Defines the data contract of notification details.
completed |
Gets or sets the time that this notification was completed (response received from the consumer) |
consumer |
Gets or sets this notification detail's consumer action identifier. |
consumer |
Gets or sets this notification detail's consumer identifier. |
consumer |
Gets or sets this notification detail's consumer inputs. |
dequeued |
Gets or sets the time that this notification was dequeued for processing |
error |
Gets or sets this notification detail's error detail. |
error |
Gets or sets this notification detail's error message. |
event | Gets or sets this notification detail's event content. |
event |
Gets or sets this notification detail's event type. |
processed |
Gets or sets the time that this notification was finished processing (just before the request is sent to the consumer) |
publisher |
Gets or sets this notification detail's publisher identifier. |
publisher |
Gets or sets this notification detail's publisher inputs. |
queued |
Gets or sets the time that this notification was queued (created) |
request | Gets or sets this notification detail's request. |
request |
Number of requests attempted to be sent to the consumer |
request |
Duration of the request to the consumer in seconds |
response | Gets or sets this notification detail's response. |
Gets or sets the time that this notification was completed (response received from the consumer)
completedDate: Date
Property Value
Date
Gets or sets this notification detail's consumer action identifier.
consumerActionId: string
Property Value
string
Gets or sets this notification detail's consumer identifier.
consumerId: string
Property Value
string
Gets or sets this notification detail's consumer inputs.
consumerInputs: {[key: string]: string}
Property Value
{[key: string]: string}
Gets or sets the time that this notification was dequeued for processing
dequeuedDate: Date
Property Value
Date
Gets or sets this notification detail's error detail.
errorDetail: string
Property Value
string
Gets or sets this notification detail's error message.
errorMessage: string
Property Value
string
Gets or sets this notification detail's event type.
eventType: string
Property Value
string
Gets or sets the time that this notification was finished processing (just before the request is sent to the consumer)
processedDate: Date
Property Value
Date
Gets or sets this notification detail's publisher identifier.
publisherId: string
Property Value
string
Gets or sets this notification detail's publisher inputs.
publisherInputs: {[key: string]: string}
Property Value
{[key: string]: string}
Gets or sets the time that this notification was queued (created)
queuedDate: Date
Property Value
Date
Gets or sets this notification detail's request.
request: string
Property Value
string
Number of requests attempted to be sent to the consumer
requestAttempts: number
Property Value
number
Duration of the request to the consumer in seconds
requestDuration: number
Property Value
number
Gets or sets this notification detail's response.
response: string
Property Value
string