Table of Contents

Interface IQueuePublisherWithResponse<TRequest, TResponse>

Namespace
Tp.RabbitMq
Assembly
Tp.RabbitMq.dll
public interface IQueuePublisherWithResponse<in TRequest, out TResponse>

Type Parameters

TRequest
TResponse
Extension Methods

Methods

PublishWithResponse(TRequest, string, IReadOnlyDictionary<string, string>)

TResponse PublishWithResponse(TRequest message, string correlationId, IReadOnlyDictionary<string, string> headers)

Parameters

message TRequest
correlationId string
headers IReadOnlyDictionary<string, string>

Returns

TResponse