C# Class EzBus.Msmq.MsmqSubscriptionStorage

Inheritance: IStartupTask
Afficher le fichier Open project: Zapote/EzBus

Méthodes publiques

Méthode Description
GetSubscribersEndpoints ( string messageType ) : IEnumerable
Store ( string endpoint, string messageType ) : void

Private Methods

Méthode Description
CreateQueueIfNotExists ( ) : void
GetQueue ( ) : void
IStartupTask ( IHostConfig config ) : void
IsSubcriber ( string endpoint, string messageType ) : bool

Method Details

GetSubscribersEndpoints() public méthode

public GetSubscribersEndpoints ( string messageType ) : IEnumerable
messageType string
Résultat IEnumerable

Store() public méthode

public Store ( string endpoint, string messageType ) : void
endpoint string
messageType string
Résultat void