C# Class NDomain.Bus.Transport.Azure.Queues.QueueTransportFactory

Inheritance: NDomain.Bus.Transport.BrokerlessTransportFactory
Show file Open project: mfelicio/NDomain

Public Methods

Method Description
QueueTransportFactory ( Microsoft.WindowsAzure.Storage.CloudStorageAccount account, string prefix ) : NDomain.Bus.Transport

Protected Methods

Method Description
CreateInboundTransport ( string endpoint ) : IInboundTransport
CreateOutboundTransport ( ) : IOutboundTransport

Method Details

CreateInboundTransport() protected method

protected CreateInboundTransport ( string endpoint ) : IInboundTransport
endpoint string
return IInboundTransport

CreateOutboundTransport() protected method

protected CreateOutboundTransport ( ) : IOutboundTransport
return IOutboundTransport

QueueTransportFactory() public method

public QueueTransportFactory ( Microsoft.WindowsAzure.Storage.CloudStorageAccount account, string prefix ) : NDomain.Bus.Transport
account Microsoft.WindowsAzure.Storage.CloudStorageAccount
prefix string
return NDomain.Bus.Transport