Class PendingFaultCollection
- Namespace
- MassTransit.Context
- Assembly
- MassTransit.Abstractions.dll
public class PendingFaultCollection
- Inheritance
-
PendingFaultCollection
- Inherited Members
Constructors
PendingFaultCollection()
public PendingFaultCollection()
Methods
Add<T>(ConsumeContext<T>, TimeSpan, string, Exception)
public void Add<T>(ConsumeContext<T> context, TimeSpan elapsed, string consumerType, Exception exception) where T : class
Parameters
context
ConsumeContext<T>elapsed
TimeSpanconsumerType
stringexception
Exception
Type Parameters
T
Notify(ConsumeContext)
public Task Notify(ConsumeContext consumeContext)
Parameters
consumeContext
ConsumeContext