Dreamine.Communication.RabbitMQ 1.0.1
Dreamine.Communication.RabbitMQ 통신 기능과 관련 API를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqConnection 인터페이스 참조

더 자세히 ...

Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqConnection에 대한 상속 다이어그램 :
Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqConnection에 대한 협력 다이어그램:

Public 멤버 함수

IRabbitMqChannel CreateChannel ()
void Close ()

속성

bool IsOpen [get]

상세한 설명

메시지 버스가 사용하는 최소 RabbitMQ 연결 계약입니다.

IRabbitMqConnection.cs 파일의 11 번째 라인에서 정의되었습니다.

멤버 함수 문서화

◆ Close()

void Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqConnection.Close ( )

◆ CreateChannel()

IRabbitMqChannel Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqConnection.CreateChannel ( )

브로커 작업에 사용할 채널을 생성합니다.

반환값
RabbitMQ 채널입니다.

Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientConnection에서 구현되었습니다.

속성 문서화

◆ IsOpen

bool Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqConnection.IsOpen
get

연결이 현재 열려 있는지 여부를 가져옵니다.

Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientConnection에서 구현되었습니다.

IRabbitMqConnection.cs 파일의 21 번째 라인에서 정의되었습니다.

21{ get; }

이 인터페이스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: