IntegrationEventHandler Class
Definition
- Namespace
- Savvyio.EventDriven
- Assemblies
- Savvyio.EventDriven.dll
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. |