Method | Description | |
---|---|---|
GetSubscribersEndpoints ( string messageType ) : IEnumerable |
||
Store ( string endpoint, string messageType ) : void |
Method | Description | |
---|---|---|
CreateQueueIfNotExists ( ) : void | ||
GetQueue ( ) : void | ||
IStartupTask ( IHostConfig config ) : void | ||
IsSubcriber ( string endpoint, string messageType ) : bool |
public GetSubscribersEndpoints ( string messageType ) : IEnumerable |
||
messageType | string | |
return | IEnumerable |
public Store ( string endpoint, string messageType ) : void | ||
endpoint | string | |
messageType | string | |
return | void |