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