Interface IExecuteArgumentsConfigurator<TArguments>
- Namespace
 - MassTransit
 
- Assembly
 - MassTransit.Abstractions.dll
 
Configure the execution of the activity and arguments with some tasty middleware.
public interface IExecuteArgumentsConfigurator<TArguments> : IPipeConfigurator<ExecuteContext<TArguments>>, IConsumeConfigurator where TArguments : class
  Type Parameters
TArguments
- Extension Methods