C# 클래스 Chinchilla.Delivery

상속: IDelivery
파일 보기 프로젝트 열기: jonnii/chinchilla 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( ) : void
Delivery ( ulong tag, byte body, string routingKey, string exchange, string contentType, string correlationId, string replyTo, object>.IDictionary headers ) : System
Failed ( Exception e ) : void
RegisterDeliveryListener ( IDeliveryListener deliveryListener ) : void
Reject ( bool requeue ) : void

메소드 상세

Accept() 공개 메소드

public Accept ( ) : void
리턴 void

Delivery() 공개 메소드

public Delivery ( ulong tag, byte body, string routingKey, string exchange, string contentType, string correlationId, string replyTo, object>.IDictionary headers ) : System
tag ulong
body byte
routingKey string
exchange string
contentType string
correlationId string
replyTo string
headers object>.IDictionary
리턴 System

Failed() 공개 메소드

public Failed ( Exception e ) : void
e System.Exception
리턴 void

RegisterDeliveryListener() 공개 메소드

public RegisterDeliveryListener ( IDeliveryListener deliveryListener ) : void
deliveryListener IDeliveryListener
리턴 void

Reject() 공개 메소드

public Reject ( bool requeue ) : void
requeue bool
리턴 void