Method |
Description |
|
Close ( string reason ) : void |
|
|
FaultPendingPublishes ( ) : void |
|
|
ModelContext ( string exchange, string routingKey, bool mandatory, IBasicProperties basicProperties, byte body, bool awaitAck ) : Task |
|
|
ModelContext ( string exchange, string type, bool durable, bool autoDelete, object>.IDictionary arguments ) : Task |
|
|
ModelContext ( string destination, string source, string routingKey, object>.IDictionary arguments ) : Task |
|
|
ModelContext ( uint prefetchSize, ushort prefetchCount, bool global ) : Task |
|
|
ModelContext ( string queue, bool durable, bool exclusive, bool autoDelete, object>.IDictionary arguments ) : Task |
|
|
ModelContext ( string queue, bool noAck, IBasicConsumer consumer ) : Task |
|
|
ModelContext ( string queue ) : Task |
|
|
ModelContext ( ulong deliveryTag, bool multiple ) : void |
|
|
ModelContext ( ulong deliveryTag, bool multiple, bool requeue ) : void |
|
|
OnBasicAcks ( object model, RabbitMQ.Client.Events.BasicAckEventArgs args ) : void |
|
|
OnBasicNacks ( object model, RabbitMQ.Client.Events.BasicNackEventArgs args ) : void |
|
|
OnBasicReturn ( object model, RabbitMQ.Client.Events.BasicReturnEventArgs args ) : void |
|
|
OnModelShutdown ( object model, RabbitMQ.Client.ShutdownEventArgs reason ) : void |
|
|
Publish ( string exchange, string routingKey, bool mandatory, IBasicProperties basicProperties, byte body ) : void |
|
|
PublishAsync ( string exchange, string routingKey, bool mandatory, IBasicProperties basicProperties, byte body ) : PendingPublish |
|
|
RabbitMqModelContext ( ConnectionContext connectionContext, IModel model, IRabbitMqHost host, ITaskParticipant participant ) : System |
|
|