ProcessedEvent interface
Properties
| actors | All of the users that were associated with this event and their role. |
| allowed |
|
| artifact |
|
| delivery |
|
| evaluations | Evaluations for each user |
| event |
|
| 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
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[]