Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PublisherEvent

Wrapper around an event which is being published

Hierarchy

  • PublisherEvent

Index

Properties

Optional diagnostics

diagnostics: object

Add key/value pairs which will be stored with a published notification in the SH service DB. This key/value pairs are for diagnostic purposes only and will have not effect on the delivery of a notificaton.

Type declaration

  • [key: string]: string

Optional event

event: Event

The event being published

Optional isFilteredEvent

isFilteredEvent: boolean

Gets or sets flag for filtered events

Optional notificationData

notificationData: object

Additional data that needs to be sent as part of notification to complement the Resource data in the Event

Type declaration

  • [key: string]: string

Optional otherResourceVersions

otherResourceVersions: Array<VersionedResource>

Gets or sets the array of older supported resource versions.

Optional publisherInputFilters

publisherInputFilters: Array<InputFilter>

Optional publisher-input filters which restricts the set of subscriptions which are triggered by the event

Optional subscription

subscription: Subscription

Gets or sets matchd hooks subscription which caused this event.

Generated using TypeDoc