C# Class paramore.brighter.commandprocessor.messaginggateway.azureservicebus.MessageGateway

Inheritance: IDisposable
Exibir arquivo Open project: iancooper/Paramore

Public Methods

Method Description
Dispose ( ) : void
MessageGateway ( AzureServiceBusMessagingGatewayConfiguration configuration ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
EnsureTopicExists ( string topicName ) : void

Private Methods

Method Description
GetSASToken ( string SASKeyName, string SASKeyValue ) : string
PutTopic ( string topicName ) : void
TopicExists ( string topicName ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EnsureTopicExists() protected method

protected EnsureTopicExists ( string topicName ) : void
topicName string
return void

MessageGateway() public method

public MessageGateway ( AzureServiceBusMessagingGatewayConfiguration configuration ) : System
configuration AzureServiceBusMessagingGatewayConfiguration
return System