C# Class Chinchilla.Delivery

Inheritance: IDelivery
Mostra file Open project: jonnii/chinchilla Class Usage Examples

Public Methods

Method 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 method

public Accept ( ) : void
return void

Delivery() public method

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
return System

Failed() public method

public Failed ( Exception e ) : void
e System.Exception
return void

RegisterDeliveryListener() public method

public RegisterDeliveryListener ( IDeliveryListener deliveryListener ) : void
deliveryListener IDeliveryListener
return void

Reject() public method

public Reject ( bool requeue ) : void
requeue bool
return void