C# 클래스 RawRabbit.Channel.ThreadBasedChannelFactory

상속: IChannelFactory
파일 보기 프로젝트 열기: pardahlman/RawRabbit

공개 메소드들

메소드 설명
CreateChannel ( IConnection connection = null ) : IModel
CreateChannelAsync ( IConnection connection = null ) : Task
Dispose ( ) : void
GetChannelAsync ( ) : Task
ThreadBasedChannelFactory ( RawRabbitConfiguration config, IConnectionFactory connectionFactory ) : System

비공개 메소드들

메소드 설명
GetConnectionAsync ( ) : Task
GetOrCreateChannelAsync ( IConnection connection ) : Task

메소드 상세

CreateChannel() 공개 메소드

public CreateChannel ( IConnection connection = null ) : IModel
connection IConnection
리턴 IModel

CreateChannelAsync() 공개 메소드

public CreateChannelAsync ( IConnection connection = null ) : Task
connection IConnection
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetChannelAsync() 공개 메소드

public GetChannelAsync ( ) : Task
리턴 Task

ThreadBasedChannelFactory() 공개 메소드

public ThreadBasedChannelFactory ( RawRabbitConfiguration config, IConnectionFactory connectionFactory ) : System
config RawRabbit.Configuration.RawRabbitConfiguration
connectionFactory IConnectionFactory
리턴 System