Interface Request<TResponse>
- Namespace
- MassTransit.Mediator
- Assembly
- MassTransit.Abstractions.dll
A mediator interface, signaling the response type expected by a request
[ExcludeFromTopology]
[ExcludeFromImplementedTypes]
public interface Request<out TResponse> where TResponse : class
Type Parameters
TResponse
The response type tied to the request