|
Dreamine.Communication.RabbitMQ 1.0.1
Dreamine.Communication.RabbitMQ 통신 기능과 관련 API를 제공합니다.
|

속성 | |
| bool | Persistent [get, set] |
| string? | ContentType [get, set] |
| string? | Type [get, set] |
브로커 없이 메시지 버스를 테스트할 수 있도록 RabbitMQ 메시지 속성을 추상화합니다.
IRabbitMqBasicProperties.cs 파일의 11 번째 라인에서 정의되었습니다.
|
getset |
메시지 콘텐츠 형식을 가져오거나 설정합니다.
IRabbitMqBasicProperties.cs 파일의 31 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientChannel.BasicPublish().
|
getset |
브로커가 메시지를 영속화할지 여부를 가져오거나 설정합니다.
IRabbitMqBasicProperties.cs 파일의 21 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientChannel.BasicPublish().
|
getset |
논리적 메시지 형식을 가져오거나 설정합니다.
IRabbitMqBasicProperties.cs 파일의 41 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqClientConnectionFactory.RabbitMqClientChannel.BasicPublish().