C# Class Chinchilla.Delivery

Inheritance: IDelivery
Afficher le fichier Open project: jonnii/chinchilla Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Accept() public méthode

public Accept ( ) : void
Résultat void

Delivery() public méthode

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
Résultat System

Failed() public méthode

public Failed ( Exception e ) : void
e System.Exception
Résultat void

RegisterDeliveryListener() public méthode

public RegisterDeliveryListener ( IDeliveryListener deliveryListener ) : void
deliveryListener IDeliveryListener
Résultat void

Reject() public méthode

public Reject ( bool requeue ) : void
requeue bool
Résultat void