C# Class SportingSolutions.Udapi.Sdk.StreamSubscriber

Inheritance: RabbitMQ.Client.DefaultBasicConsumer, IStreamSubscriber, IDisposable
Afficher le fichier Open project: sportingsolutions/SS.Integration.UnifiedDataAPIClient.DotNet Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
HandleBasicConsumeOk ( string consumerTag ) : void
HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte body ) : void
HandleModelShutdown ( IModel model, RabbitMQ.Client.ShutdownEventArgs reason ) : void
StartConsuming ( string queueName ) : void
StopConsuming ( ) : void
StreamSubscriber ( IModel model, IConsumer consumer, IDispatcher dispatcher ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HandleBasicConsumeOk() public méthode

public HandleBasicConsumeOk ( string consumerTag ) : void
consumerTag string
Résultat void

HandleBasicDeliver() public méthode

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
Résultat void

HandleModelShutdown() public méthode

public HandleModelShutdown ( IModel model, RabbitMQ.Client.ShutdownEventArgs reason ) : void
model IModel
reason RabbitMQ.Client.ShutdownEventArgs
Résultat void

StartConsuming() public méthode

public StartConsuming ( string queueName ) : void
queueName string
Résultat void

StopConsuming() public méthode

public StopConsuming ( ) : void
Résultat void

StreamSubscriber() public méthode

public StreamSubscriber ( IModel model, IConsumer consumer, IDispatcher dispatcher ) : System
model IModel
consumer IConsumer
dispatcher IDispatcher
Résultat System