C# 클래스 Contour.Transport.RabbitMQ.Internal.ListenerRegistry

The listener registry.
상속: IDisposable
파일 보기 프로젝트 열기: SDVentures/Contour 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
EnsureConfigurationIsCompatible ( Listener listener, IReceiverConfiguration configuration ) : void

The ensure configuration is compatible.

메소드 상세

CanConsume() 공개 메소드

The can consume.
public CanConsume ( MessageLabel label ) : bool
label MessageLabel /// The label. ///
리턴 bool

Dispose() 공개 메소드

The dispose.
public Dispose ( ) : void
리턴 void

ListenerRegistry() 공개 메소드

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

Reset() 공개 메소드

The reset.
public Reset ( ) : void
리턴 void

ResolveFor() 공개 메소드

The resolve for.
public ResolveFor ( IReceiverConfiguration configuration ) : Listener
configuration IReceiverConfiguration /// The configuration. ///
리턴 Listener

ResolveFor() 공개 메소드

The resolve for.
public ResolveFor ( MessageLabel label ) : Listener
label MessageLabel /// The label. ///
리턴 Listener

StartConsuming() 공개 메소드

The start consuming.
public StartConsuming ( ) : void
리턴 void

StopConsuming() 공개 메소드

The stop consuming.
public StopConsuming ( ) : void
리턴 void