Interface Response
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
The base response type, which can be used to pattern match, via deconstruct, to the accepted response types.
public interface Response : MessageContext
- Inherited Members
- Extension Methods
Properties
Message
object Message { get; }