C# Class Contour.Transport.RabbitMQ.Internal.ListenerRegistry

The listener registry.
Inheritance: IDisposable
Afficher le fichier Open project: SDVentures/Contour Class Usage Examples

Méthodes publiques

Méthode Description
CanConsume ( MessageLabel label ) : bool

The can consume.

Dispose ( ) : void

The dispose.

ListenerRegistry ( RabbitBus bus ) : System

Инициализирует новый экземпляр класса ListenerRegistry.

Reset ( ) : void

The reset.

ResolveFor ( IReceiverConfiguration configuration ) : Listener

The resolve for.

ResolveFor ( MessageLabel label ) : Listener

The resolve for.

StartConsuming ( ) : void

The start consuming.

StopConsuming ( ) : void

The stop consuming.

Private Methods

Méthode Description
EnsureConfigurationIsCompatible ( Listener listener, IReceiverConfiguration configuration ) : void

The ensure configuration is compatible.

Method Details

CanConsume() public méthode

The can consume.
public CanConsume ( MessageLabel label ) : bool
label MessageLabel /// The label. ///
Résultat bool

Dispose() public méthode

The dispose.
public Dispose ( ) : void
Résultat void

ListenerRegistry() public méthode

Инициализирует новый экземпляр класса ListenerRegistry.
public ListenerRegistry ( RabbitBus bus ) : System
bus RabbitBus /// The bus. ///
Résultat System

Reset() public méthode

The reset.
public Reset ( ) : void
Résultat void

ResolveFor() public méthode

The resolve for.
public ResolveFor ( IReceiverConfiguration configuration ) : Listener
configuration IReceiverConfiguration /// The configuration. ///
Résultat Listener

ResolveFor() public méthode

The resolve for.
public ResolveFor ( MessageLabel label ) : Listener
label MessageLabel /// The label. ///
Résultat Listener

StartConsuming() public méthode

The start consuming.
public StartConsuming ( ) : void
Résultat void

StopConsuming() public méthode

The stop consuming.
public StopConsuming ( ) : void
Résultat void