C# Class DotNetWorkQueue.Metrics.Decorator.CommitMessageDecorator

Inheritance: ICommitMessage
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Commit ( IMessageContext context ) : bool

Commits the message associated with the message context

CommitMessageDecorator ( IMetrics metrics, ICommitMessage handler, IConnectionInformation connectionInformation )

Initializes a new instance of the QueueCreationDecorator class.

Method Details

Commit() public méthode

Commits the message associated with the message context
public Commit ( IMessageContext context ) : bool
context IMessageContext
Résultat bool

CommitMessageDecorator() public méthode

Initializes a new instance of the QueueCreationDecorator class.
public CommitMessageDecorator ( IMetrics metrics, ICommitMessage handler, IConnectionInformation connectionInformation )
metrics IMetrics The metrics factory.
handler ICommitMessage The handler.
connectionInformation IConnectionInformation The connection information.