Table of Contents

Interface _ICommand<TCommand, TResponse>

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

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

public interface _ICommand<TCommand, TResponse> : _IRequest<TCommand, TResponse>, _IMessage<TCommand, TResponse> where TCommand : _ICommand<TCommand, TResponse> where TResponse : class

Type Parameters

TCommand
TResponse