C# Class MassTransit.DeadLetterExtensions

Datei anzeigen Open project: MassTransit/MassTransit

Public Methods

Method Description
UseDeadLetterQueue ( this configurator, IPipe rescuePipe ) : void

Rescue exceptions via the alternate pipe

Method Details

UseDeadLetterQueue() public static method

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