C# Class NDomain.Bus.Transport.Redis.RedisTransportFactory

Inheritance: NDomain.Bus.Transport.BrokerlessTransportFactory
显示文件 Open project: mfelicio/NDomain

Public Methods

Method Description
RedisTransportFactory ( StackExchange.Redis.ConnectionMultiplexer connection, 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

RedisTransportFactory() public method

public RedisTransportFactory ( StackExchange.Redis.ConnectionMultiplexer connection, string prefix ) : NDomain.Bus.Transport
connection StackExchange.Redis.ConnectionMultiplexer
prefix string
return NDomain.Bus.Transport