Method WaitForOutboxPoisoned
WaitForOutboxPoisoned<T>(TimeSpan?, Func<TrackedMessage, bool>?)
Waits for a message of the specified type to reach the OutboxPoisoned stage.
public Task<TrackedMessage> WaitForOutboxPoisoned<T>(TimeSpan? timeout = null, Func<TrackedMessage, bool>? predicate = null) where T : notnull
Parameters
timeoutTimeSpan?predicateFunc<TrackedMessage, bool>
Returns
Type Parameters
T