Interface _ICommand<TCommand, TResponse>
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
TCommandTResponse