C# Class RabbitMQ.Client.Impl.RecordedConsumer

Inheritance: RabbitMQ.Client.Impl.RecordedEntity
Afficher le fichier Open project: rabbitmq/rabbitmq-dotnet-client Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public RecordedConsumer ( AutorecoveringModel model, string queue ) : System
model AutorecoveringModel
queue string
Résultat System

Recover() public méthode

public Recover ( ) : string
Résultat string

WithArguments() public méthode

public WithArguments ( object>.IDictionary value ) : RecordedConsumer
value object>.IDictionary
Résultat RecordedConsumer

WithAutoAck() public méthode

public WithAutoAck ( bool value ) : RecordedConsumer
value bool
Résultat RecordedConsumer

WithConsumer() public méthode

public WithConsumer ( IBasicConsumer value ) : RecordedConsumer
value IBasicConsumer
Résultat RecordedConsumer

WithConsumerTag() public méthode

public WithConsumerTag ( string value ) : RecordedConsumer
value string
Résultat RecordedConsumer

WithExclusive() public méthode

public WithExclusive ( bool value ) : RecordedConsumer
value bool
Résultat RecordedConsumer

WithQueue() public méthode

public WithQueue ( string value ) : RecordedConsumer
value string
Résultat RecordedConsumer