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

더 자세히 ...

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

속성

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

상세한 설명

브로커 없이 메시지 버스를 테스트할 수 있도록 RabbitMQ 메시지 속성을 추상화합니다.

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

속성 문서화

◆ ContentType

string? Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqBasicProperties.ContentType
getset

메시지 콘텐츠 형식을 가져오거나 설정합니다.

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

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

31{ get; set; }

다음에 의해서 참조됨 : Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientChannel.BasicPublish().

◆ Persistent

bool Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqBasicProperties.Persistent
getset

브로커가 메시지를 영속화할지 여부를 가져오거나 설정합니다.

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

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

21{ get; set; }

다음에 의해서 참조됨 : Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientChannel.BasicPublish().

◆ Type

string? Dreamine.Communication.RabbitMQ.Infrastructure.IRabbitMqBasicProperties.Type
getset

논리적 메시지 형식을 가져오거나 설정합니다.

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

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

41{ get; set; }

다음에 의해서 참조됨 : Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientChannel.BasicPublish().


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