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

Inheritance: IAmAChannelFactory
Afficher le fichier Open project: iancooper/Paramore

Méthodes publiques

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

Method Details

CreateInputChannel() public méthode

public CreateInputChannel ( string channelName, string routingKey, bool isDurable ) : IAmAChannel
channelName string
routingKey string
isDurable bool
Résultat IAmAChannel

InMemoryChannelFactory() public méthode

public InMemoryChannelFactory ( FakeChannel channel = null ) : paramore.brighter.commandprocessor
channel FakeChannel
Résultat paramore.brighter.commandprocessor