C# Class NServiceBus.ReadyMessageSender

Inheritance: FeatureStartupTask
Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
MessageProcessed ( string>.Dictionary headers, TransportTransaction transaction ) : Task
ReadyMessageSender ( IDispatchMessages dispatcher, string receiveAddress, int initialCapacity, string distributorControlAddress ) : System

Méthodes protégées

Méthode Description
OnStart ( IMessageSession session ) : Task
OnStop ( IMessageSession session ) : Task

Private Methods

Méthode Description
SendReadyMessage ( int capacity, bool isStarting, TransportTransaction transaction ) : Task

Method Details

MessageProcessed() public méthode

public MessageProcessed ( string>.Dictionary headers, TransportTransaction transaction ) : Task
headers string>.Dictionary
transaction TransportTransaction
Résultat Task

OnStart() protected méthode

protected OnStart ( IMessageSession session ) : Task
session IMessageSession
Résultat Task

OnStop() protected méthode

protected OnStop ( IMessageSession session ) : Task
session IMessageSession
Résultat Task

ReadyMessageSender() public méthode

public ReadyMessageSender ( IDispatchMessages dispatcher, string receiveAddress, int initialCapacity, string distributorControlAddress ) : System
dispatcher IDispatchMessages
receiveAddress string
initialCapacity int
distributorControlAddress string
Résultat System