Method | Description | |
---|---|---|
RedisTransportFactory ( StackExchange.Redis.ConnectionMultiplexer connection, string prefix ) : NDomain.Bus.Transport |
Method | Description | |
---|---|---|
CreateInboundTransport ( string endpoint ) : IInboundTransport | ||
CreateOutboundTransport ( ) : IOutboundTransport |
protected CreateInboundTransport ( string endpoint ) : IInboundTransport | ||
endpoint | string | |
return | IInboundTransport |
protected CreateOutboundTransport ( ) : IOutboundTransport | ||
return | IOutboundTransport |
public RedisTransportFactory ( StackExchange.Redis.ConnectionMultiplexer connection, string prefix ) : NDomain.Bus.Transport | ||
connection | StackExchange.Redis.ConnectionMultiplexer | |
prefix | string | |
return | NDomain.Bus.Transport |