Table of Contents

Interface IQueuePublisherWithResponseAsync<TRequest, TResponse>

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

Type Parameters

TRequest
TResponse
Extension Methods

Methods

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

Task<TResponse> PublishWithResponseAsync(TRequest request, string correlationId, IReadOnlyDictionary<string, string> headers)

Parameters

request TRequest
correlationId string
headers IReadOnlyDictionary<string, string>

Returns

Task<TResponse>