ProcessedEvent interface

属性

actors

与此事件关联的所有用户及其角色。

allowedChannels
artifactUri
deliveryIdentities
evaluations

对每个用户的评价

eventId
exclusions

哪些成员被排除在评估之外(仅适用于 ActorMatcher 订阅)

inclusions

哪些成员被纳入评估(仅适用于 ActorMatcher 订阅)

notifications

属性详细信息

actors

与此事件关联的所有用户及其角色。

actors: EventActor[]

属性值

allowedChannels

allowedChannels: string

属性值

string

artifactUri

artifactUri: string

属性值

string

deliveryIdentities

deliveryIdentities: ProcessingIdentities

属性值

evaluations

对每个用户的评价

evaluations: {[key: string]: SubscriptionEvaluation}

属性值

{[key: string]: SubscriptionEvaluation}

eventId

eventId: number

属性值

number

exclusions

哪些成员被排除在评估之外(仅适用于 ActorMatcher 订阅)

exclusions: EventActor[]

属性值

inclusions

哪些成员被纳入评估(仅适用于 ActorMatcher 订阅)

inclusions: EventActor[]

属性值

notifications

notifications: GeneratedNotification[]

属性值