C# Class RabbitMQ.Client.Impl.RecoveryAwareModel

Inheritance: Model, IFullModel, IRecoverable
Afficher le fichier Open project: rabbitmq/rabbitmq-dotnet-client Class Usage Examples

Méthodes publiques

Méthode Description
BasicAck ( ulong deliveryTag, bool multiple ) : void
BasicNack ( ulong deliveryTag, bool multiple, bool requeue ) : void
BasicReject ( ulong deliveryTag, bool requeue ) : void
HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties basicProperties, byte body ) : void
HandleBasicGetOk ( ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, IBasicProperties basicProperties, byte body ) : void
InheritOffsetFrom ( RecoveryAwareModel other ) : void
RecoveryAwareModel ( ISession session ) : System

Méthodes protégées

Méthode Description
OffsetDeliveryTag ( ulong deliveryTag ) : ulong

Method Details

BasicAck() public méthode

public BasicAck ( ulong deliveryTag, bool multiple ) : void
deliveryTag ulong
multiple bool
Résultat void

BasicNack() public méthode

public BasicNack ( ulong deliveryTag, bool multiple, bool requeue ) : void
deliveryTag ulong
multiple bool
requeue bool
Résultat void

BasicReject() public méthode

public BasicReject ( ulong deliveryTag, bool requeue ) : void
deliveryTag ulong
requeue bool
Résultat void

HandleBasicDeliver() public méthode

public HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties basicProperties, byte body ) : void
consumerTag string
deliveryTag ulong
redelivered bool
exchange string
routingKey string
basicProperties IBasicProperties
body byte
Résultat void

HandleBasicGetOk() public méthode

public HandleBasicGetOk ( ulong deliveryTag, bool redelivered, string exchange, string routingKey, uint messageCount, IBasicProperties basicProperties, byte body ) : void
deliveryTag ulong
redelivered bool
exchange string
routingKey string
messageCount uint
basicProperties IBasicProperties
body byte
Résultat void

InheritOffsetFrom() public méthode

public InheritOffsetFrom ( RecoveryAwareModel other ) : void
other RecoveryAwareModel
Résultat void

OffsetDeliveryTag() protected méthode

protected OffsetDeliveryTag ( ulong deliveryTag ) : ulong
deliveryTag ulong
Résultat ulong

RecoveryAwareModel() public méthode

public RecoveryAwareModel ( ISession session ) : System
session ISession
Résultat System