Namespace EPiServer.Events.Providers
Classes
EventMessageFactory
EventMessageValidator
EventMissedEventArgs
Holds event data about remote event that was missed.
EventProvider
Base class for providers that is used for communication between sites.
EventProviderService
Repository that holds all configured EventProvider instances.
EventProviderServiceFactory
Factory class for creating an EventProviderService instance from configuration.
EventReceivedEventArgs
Holds event data about remote event that was received.
EventSite
Represents a site participating in the Event framework.
EventSiteRegistry
Class responsible for maitaining a register of sites participating in the event framework.
NullEventProvider
Noop implememtation of EventProvider, used when no provider is configured and no WCF endpoints are setup.
WcfEventProvider
EventProvider implementation for sending/recieving events through WCF.
Interfaces
IEventBroker
Describes an object that is responsible for managing the sending and receiving of events remotely.
IEventMessageFactory
Describes the functionality used to create an EventMessage.
IEventMessageValidator
IEventSiteRegistry
Represents a service responsible for maitaining a register of sites involved in the event framework.