C# Class DotNetWorkQueue.Metrics.Decorator.CommitMessageDecorator

Inheritance: ICommitMessage
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method 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 method

Commits the message associated with the message context
public Commit ( IMessageContext context ) : bool
context IMessageContext
return bool

CommitMessageDecorator() public method

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.