Table of Contents

IntegrationEventHandler Class

Definition

Namespace
Savvyio.EventDriven
Assemblies
Savvyio.EventDriven.dll
Source
src/Savvyio.EventDriven/IntegrationEventHandler.cs

Provides a generic and consistent way of handling Integration Event objects that implements the IIntegrationEvent interface. This is an abstract class.

public abstract class IntegrationEventHandler : IIntegrationEventHandler, IFireForgetHandler<IIntegrationEvent>, IHandler<IIntegrationEvent>, IHandler
Inheritance
IntegrationEventHandler
Implements

Constructors

Name Description
IntegrationEventHandler()

Initializes a new instance of the IntegrationEventHandler class.

Properties

Name Description
Delegates

Gets the activator responsible of invoking delegates that handles IIntegrationEvent.

Methods

Name Description
RegisterDelegates(IFireForgetRegistry<IIntegrationEvent>)

Registers the delegates responsible of handling types that implements the IIntegrationEvent interface.

See Also