C# Class EzBus.Msmq.MsmqSubscriptionStorage

Inheritance: IStartupTask
Mostrar archivo Open project: Zapote/EzBus

Public Methods

Method Description
GetSubscribersEndpoints ( string messageType ) : IEnumerable
Store ( string endpoint, string messageType ) : void

Private Methods

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

Method Details

GetSubscribersEndpoints() public method

public GetSubscribersEndpoints ( string messageType ) : IEnumerable
messageType string
return IEnumerable

Store() public method

public Store ( string endpoint, string messageType ) : void
endpoint string
messageType string
return void