C# Class paramore.brighter.serviceactivator.TestHelpers.InMemoryChannelFactory

Inheritance: IAmAChannelFactory
Exibir arquivo Open project: iancooper/Paramore

Public Methods

Method Description
CreateInputChannel ( string channelName, string routingKey, bool isDurable ) : IAmAChannel
InMemoryChannelFactory ( FakeChannel channel = null ) : paramore.brighter.commandprocessor

Method Details

CreateInputChannel() public method

public CreateInputChannel ( string channelName, string routingKey, bool isDurable ) : IAmAChannel
channelName string
routingKey string
isDurable bool
return IAmAChannel

InMemoryChannelFactory() public method

public InMemoryChannelFactory ( FakeChannel channel = null ) : paramore.brighter.commandprocessor
channel FakeChannel
return paramore.brighter.commandprocessor