Method | 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 ( ISession session ) : System |
Method | Description | |
---|---|---|
OffsetDeliveryTag ( ulong deliveryTag ) : ulong |
public BasicAck ( ulong deliveryTag, bool multiple ) : void | ||
deliveryTag | ulong | |
multiple | bool | |
return | void |
public BasicNack ( ulong deliveryTag, bool multiple, bool requeue ) : void | ||
deliveryTag | ulong | |
multiple | bool | |
requeue | bool | |
return | void |
public BasicReject ( ulong deliveryTag, bool requeue ) : void | ||
deliveryTag | ulong | |
requeue | bool | |
return | void |
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 | |
return | void |
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 | |
return | void |
public InheritOffsetFrom ( |
||
other | ||
return | void |
protected OffsetDeliveryTag ( ulong deliveryTag ) : ulong | ||
deliveryTag | ulong | |
return | ulong |
public RecoveryAwareModel ( ISession session ) : System | ||
session | ISession | |
return | System |