C# Class RabbitMQ.Client.Impl.RecordedConsumer

Inheritance: RabbitMQ.Client.Impl.RecordedEntity
显示文件 Open project: rabbitmq/rabbitmq-dotnet-client Class Usage Examples

Public Methods

Method Description
RecordedConsumer ( AutorecoveringModel model, string queue ) : System
Recover ( ) : string
WithArguments ( object>.IDictionary value ) : RecordedConsumer
WithAutoAck ( bool value ) : RecordedConsumer
WithConsumer ( IBasicConsumer value ) : RecordedConsumer
WithConsumerTag ( string value ) : RecordedConsumer
WithExclusive ( bool value ) : RecordedConsumer
WithQueue ( string value ) : RecordedConsumer

Method Details

RecordedConsumer() public method

public RecordedConsumer ( AutorecoveringModel model, string queue ) : System
model AutorecoveringModel
queue string
return System

Recover() public method

public Recover ( ) : string
return string

WithArguments() public method

public WithArguments ( object>.IDictionary value ) : RecordedConsumer
value object>.IDictionary
return RecordedConsumer

WithAutoAck() public method

public WithAutoAck ( bool value ) : RecordedConsumer
value bool
return RecordedConsumer

WithConsumer() public method

public WithConsumer ( IBasicConsumer value ) : RecordedConsumer
value IBasicConsumer
return RecordedConsumer

WithConsumerTag() public method

public WithConsumerTag ( string value ) : RecordedConsumer
value string
return RecordedConsumer

WithExclusive() public method

public WithExclusive ( bool value ) : RecordedConsumer
value bool
return RecordedConsumer

WithQueue() public method

public WithQueue ( string value ) : RecordedConsumer
value string
return RecordedConsumer