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

더 자세히 ...

Public 멤버 함수

 RabbitMqDelivery (ulong deliveryTag, string routingKey, ReadOnlyMemory< byte > body)

속성

ulong DeliveryTag [get]
string RoutingKey [get]
ReadOnlyMemory< byte > Body [get]

상세한 설명

RabbitMQ 채널 어댑터에서 메시지 버스로 전달되는 브로커 배달 정보를 나타냅니다.

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

생성자 & 소멸자 문서화

◆ RabbitMqDelivery()

Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqDelivery.RabbitMqDelivery ( ulong deliveryTag,
string routingKey,
ReadOnlyMemory< byte > body )
inline

배달 태그, 라우팅 키 및 본문으로 새 인스턴스를 초기화합니다.

매개변수
deliveryTag브로커 배달 태그입니다.
routingKey배달 라우팅 키이며 null이면 빈 문자열로 저장됩니다.
body배달된 메시지 본문입니다.

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

49 {
50 DeliveryTag = deliveryTag;
51 RoutingKey = routingKey ?? string.Empty;
52 Body = body;
53 }

다음을 참조함 : Body, DeliveryTag, RoutingKey.

속성 문서화

◆ Body

ReadOnlyMemory<byte> Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqDelivery.Body
get

배달된 메시지 본문을 가져옵니다.

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

83{ get; }

다음에 의해서 참조됨 : Dreamine.Communication.RabbitMQ.Buses.RabbitMqMessageBus.HandleReceivedAsync(), RabbitMqDelivery().

◆ DeliveryTag

ulong Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqDelivery.DeliveryTag
get

브로커 배달 태그를 가져옵니다.

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

63{ get; }

다음에 의해서 참조됨 : Dreamine.Communication.RabbitMQ.Buses.RabbitMqMessageBus.HandleReceivedAsync(), RabbitMqDelivery().

◆ RoutingKey

string Dreamine.Communication.RabbitMQ.Infrastructure.RabbitMqDelivery.RoutingKey
get

배달 라우팅 키를 가져옵니다.

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

73{ get; }

다음에 의해서 참조됨 : Dreamine.Communication.RabbitMQ.Buses.RabbitMqMessageBus.HandleReceivedAsync(), RabbitMqDelivery().


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