Table of Contents

Interface IResponseSender

Namespace
CarrotMQ.Core.MessageProcessing
Assembly
CarrotMQ.Core.dll

Used to send a response to the client

public interface IResponseSender

Methods

TrySendResponseAsync(MiddlewareContext)

Sends the response based on the MiddlewareContext

Task TrySendResponseAsync(MiddlewareContext middlewareContext)

Parameters

middlewareContext MiddlewareContext

Returns

Task