Class RequestPostProcessorRegistrationHandler<TImplementationType, TRequest, TResponse>
Registers a concrete type for MediatR post processors.
public sealed class RequestPostProcessorRegistrationHandler<TImplementationType, TRequest, TResponse> : IRequestPostProcessorRegistrationHandler, IMediatrRegistrationModel where TImplementationType : class, IRequestPostProcessor<TRequest, TResponse> where TRequest : IRequest<TResponse>
Type Parameters
TImplementationType
The type for the request handler.
TRequest
The type for the mediatr request.
TResponse
The type for the mediatr response.
- Inheritance
-
RequestPostProcessorRegistrationHandler<TImplementationType, TRequest, TResponse>
- Implements
- Inherited Members
Constructors
RequestPostProcessorRegistrationHandler()
public RequestPostProcessorRegistrationHandler()
Properties
ImplementationType
Gets the implementation type.
public Type ImplementationType { get; }
Property Value
ServiceType
Gets the registration type.
public Type ServiceType { get; }