Namespace EPiServer.Events.ChangeNotification
Classes
BulkChangeItem
BulkChangeItem<TChangedData>
Encapsulates a change for inclusion in a bulk change notification.
ChangeNotificationExtensions
Interfaces
IBulkChangeItem
An interface describing a single change to inclusion in a bulk change notification.
IBulkChangeItem<TChangedData>
An interface describing a strongly typed single change for inclusion in a bulk change notification.
IChangeListener
A non-generic wrapper for IChangeListener{TChangedData,TQueuedData}.
IChangeListener<TChangedData, TQueuedData>
Accepts information about changes to objects of type TChangedData
,
and produces data of type TQueuedData
for asychronous processing.
IChangeNotificationManager
The IEventManager manages all IChangeProcessor instances in an application context.
IChangeProcessor
A non-generic wrapper for IChangeProcessor{TQueuedData}.
IChangeProcessor<TQueuedData>
Describes an asychronous processor for changes in specific types of data.
IChangeProcessorInfo
Represents information about the current status of a processor.