C# Class MassTransit.DeadLetterExtensions

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
UseDeadLetterQueue ( this configurator, IPipe rescuePipe ) : void

Rescue exceptions via the alternate pipe

Method Details

UseDeadLetterQueue() public static méthode

Rescue exceptions via the alternate pipe
public static UseDeadLetterQueue ( this configurator, IPipe rescuePipe ) : void
configurator this
rescuePipe IPipe
Résultat void