IRequestReplyHandler<TRequest> Interface
Definition
- Assemblies
- Savvyio.Core.dll
Defines a generic Request-Reply/In-Out MEP handler.
public interface IRequestReplyHandler<TRequest> : IHandler<TRequest>, IHandler where TRequest : IRequest
Type Parameters
TRequestThe type of the model to handle.
Properties
| Name | Description |
|---|---|
| Delegates | Gets the IRequestReplyActivator<TRequest> responsible of invoking delegates that handles the |
See Also
IHandler<TRequest>