ProcessedEvent interface

Properties

actors

All of the users that were associated with this event and their role.

allowedChannels
artifactUri
deliveryIdentities
evaluations

Evaluations for each user

eventId
exclusions

Which members were excluded from evaluation (only applies to ActorMatcher subscriptions)

inclusions

Which members were included for evaluation (only applies to ActorMatcher subscriptions)

notifications

Property Details

actors

All of the users that were associated with this event and their role.

actors: EventActor[]

Property Value

allowedChannels

allowedChannels: string

Property Value

string

artifactUri

artifactUri: string

Property Value

string

deliveryIdentities

deliveryIdentities: ProcessingIdentities

Property Value

evaluations

Evaluations for each user

evaluations: {[key: string]: SubscriptionEvaluation}

Property Value

{[key: string]: SubscriptionEvaluation}

eventId

eventId: number

Property Value

number

exclusions

Which members were excluded from evaluation (only applies to ActorMatcher subscriptions)

exclusions: EventActor[]

Property Value

inclusions

Which members were included for evaluation (only applies to ActorMatcher subscriptions)

inclusions: EventActor[]

Property Value

notifications

notifications: GeneratedNotification[]

Property Value