Table of Contents

Interface _IQuery<TQuery, TResponse>

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

internal version of the IQuery<TQuery, TResponse, TEndPointDefinition> interface without the endpoint this interface is only used internally on the consumer side

public interface _IQuery<TQuery, TResponse> : _IRequest<TQuery, TResponse>, _IMessage<TQuery, TResponse> where TQuery : _IQuery<TQuery, TResponse> where TResponse : class

Type Parameters

TQuery
TResponse