C# Class RawRabbit.Common.PublishAcknowledger

Inheritance: IPublishAcknowledger
Afficher le fichier Open project: pardahlman/RawRabbit

Méthodes publiques

Méthode Description
GetAckTask ( IModel channel ) : Task
PublishAcknowledger ( System.TimeSpan publishTimeout ) : System

Private Methods

Méthode Description
CompleteConfirm ( IModel channel, ulong tag, bool multiple = false ) : void
CreatePublishKey ( IModel channel, ulong nextTag ) : string
TryDisposeTimer ( string key ) : void

Method Details

GetAckTask() public méthode

public GetAckTask ( IModel channel ) : Task
channel IModel
Résultat Task

PublishAcknowledger() public méthode

public PublishAcknowledger ( System.TimeSpan publishTimeout ) : System
publishTimeout System.TimeSpan
Résultat System