Method | Description | |
---|---|---|
HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte body ) : void | ||
HandleBasicReturn ( string correlationId, int replyCode, string replyText ) : void | ||
HandleModelShutdown ( object model, RabbitMQ.Client.ShutdownEventArgs reason ) : void | ||
RegisterCallback ( string correlationId, |
||
RpcConsumer ( string busId, IModel model, IMessageHelper messageHelper, ISerializer>.Dictionary |
Method | Description | |
---|---|---|
CallbackTimeout ( object state, bool timedout ) : void | ||
CreateCallback ( string id, |
public HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte body ) : void | ||
consumerTag | string | |
deliveryTag | ulong | |
redelivered | bool | |
exchange | string | |
routingKey | string | |
properties | IBasicProperties | |
body | byte | |
return | void |
public HandleBasicReturn ( string correlationId, int replyCode, string replyText ) : void | ||
correlationId | string | |
replyCode | int | |
replyText | string | |
return | void |
public HandleModelShutdown ( object model, RabbitMQ.Client.ShutdownEventArgs reason ) : void | ||
model | object | |
reason | RabbitMQ.Client.ShutdownEventArgs | |
return | void |
public RegisterCallback ( string correlationId, |
||
correlationId | string | |
replyType | ||
timeOut | System.TimeSpan | |
callback | Exception>.Action | |
return | WaitHandle |
public RpcConsumer ( string busId, IModel model, IMessageHelper messageHelper, ISerializer>.Dictionary |
||
busId | string | |
model | IModel | |
messageHelper | IMessageHelper | |
serializers | ISerializer>.Dictionary | |
trace | ITrace | |
return | System |