C# Class NDomain.Bus.Transport.RetryingInboundTransportDecorator.MessageTransactionDecorator

Inheritance: IMessageTransaction
Afficher le fichier Open project: mfelicio/NDomain

Méthodes publiques

Méthode Description
Commit ( ) : System.Threading.Tasks.Task
Fail ( ) : System.Threading.Tasks.Task
MessageTransactionDecorator ( IMessageTransaction source, IOutboundTransport outbound, InboundTransportOptions options ) : System

Private Methods

Méthode Description
BuildDeadLetterMessage ( ) : TransportMessage

Method Details

Commit() public méthode

public Commit ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Fail() public méthode

public Fail ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

MessageTransactionDecorator() public méthode

public MessageTransactionDecorator ( IMessageTransaction source, IOutboundTransport outbound, InboundTransportOptions options ) : System
source IMessageTransaction
outbound IOutboundTransport
options InboundTransportOptions
Résultat System