Interface CommandContext<T>
- Namespace
- MassTransit.Contracts
- Assembly
- MassTransit.Abstractions.dll
public interface CommandContext<out T> : CommandContext, PipeContext where T : class
Type Parameters
T
- Inherited Members
- Extension Methods
Properties
Command
The command object
T Command { get; }
Property Value
- T