Table of Contents

Interface _IRequest<TRequest, TResponse>

Namespace
CarrotMQ.Core.Dto.Internals
Assembly
CarrotMQ.Core.dll

Internal interface

public interface _IRequest<TRequest, TResponse> : _IMessage<TRequest, TResponse> where TRequest : _IRequest<TRequest, TResponse> where TResponse : class

Type Parameters

TRequest
TResponse