IFireForgetHandler<TRequest> Interface
Definition
- Assemblies
- Savvyio.Core.dll
Defines a generic handler that uses Fire-and-Forget/In-Only MEP.
public interface IFireForgetHandler<TRequest> : IHandler<TRequest>, IHandler where TRequest : IRequest
Type Parameters
TRequestThe type of the model to handle.
Properties
| Name | Description |
|---|---|
| Delegates | Gets the IFireForgetActivator<TRequest> responsible of invoking delegates that handles the |
See Also
IHandler<TRequest>