Table of Contents

Interface Response<TResponse>

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll

The response for a request with a single response type, or a request with multiple response types that has been matched to a specific type.

public interface Response<out TResponse> : Response, MessageContext where TResponse : class

Type Parameters

TResponse

The response type

Inherited Members
Extension Methods

Properties

Message

The response message that was received

TResponse Message { get; }

Property Value

TResponse