C# 클래스 paramore.brighter.serviceactivator.TestHelpers.InMemoryChannelFactory

상속: IAmAChannelFactory
파일 보기 프로젝트 열기: iancooper/Paramore

공개 메소드들

메소드 설명
CreateInputChannel ( string channelName, string routingKey, bool isDurable ) : IAmAChannel
InMemoryChannelFactory ( FakeChannel channel = null ) : paramore.brighter.commandprocessor

메소드 상세

CreateInputChannel() 공개 메소드

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

InMemoryChannelFactory() 공개 메소드

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