Dreamine.Communication.RabbitMQ 1.0.1
Dreamine.Communication.RabbitMQ 통신 기능과 관련 API를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientBasicProperties 클래스 참조sealed

더 자세히 ...

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

Public 멤버 함수

 RabbitMqClientBasicProperties (IBasicProperties inner)

속성

IBasicProperties Inner [get]
bool Persistent [get, set]
string? ContentType [get, set]
string? Type [get, set]

상세한 설명

Rabbit Mq Client Basic Properties 기능과 관련 상태를 캡슐화합니다.

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

생성자 & 소멸자 문서화

◆ RabbitMqClientBasicProperties()

Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientBasicProperties.RabbitMqClientBasicProperties ( IBasicProperties inner)
inline

실제 RabbitMQ 메시지 속성을 감싸는 어댑터를 초기화합니다.

매개변수
inner감쌀 실제 메시지 속성입니다.

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

666 {
667 Inner = inner;
668 }

다음을 참조함 : Inner.

속성 문서화

◆ ContentType

string? Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientBasicProperties.ContentType
getset

Content Type 값을 가져오거나 설정합니다.

Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqBasicProperties를 구현.

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

703 {
704 get => Inner.ContentType;
705 set => Inner.ContentType = value;
706 }

◆ Inner

IBasicProperties Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientBasicProperties.Inner
get

감싼 실제 RabbitMQ 메시지 속성을 가져옵니다.

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

678{ get; }

다음에 의해서 참조됨 : RabbitMqClientBasicProperties().

◆ Persistent

bool Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientBasicProperties.Persistent
getset

Persistent 값을 가져오거나 설정합니다.

Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqBasicProperties를 구현.

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

689 {
690 get => Inner.Persistent;
691 set => Inner.Persistent = value;
692 }

◆ Type

string? Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientBasicProperties.Type
getset

Type 값을 가져오거나 설정합니다.

Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqBasicProperties를 구현.

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

717 {
718 get => Inner.Type;
719 set => Inner.Type = value;
720 }

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