Méthode | Description | |
---|---|---|
CanConsume ( MessageLabel label ) : bool |
The can consume.
|
|
Dispose ( ) : void |
The dispose.
|
|
ListenerRegistry ( |
Инициализирует новый экземпляр класса 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.
|
Méthode | Description | |
---|---|---|
EnsureConfigurationIsCompatible ( Listener listener, IReceiverConfiguration configuration ) : void |
The ensure configuration is compatible.
|
public CanConsume ( MessageLabel label ) : bool | ||
label | MessageLabel | /// The label. /// |
Résultat | bool |
public ListenerRegistry ( |
||
bus | /// The bus. /// | |
Résultat | System |
public ResolveFor ( IReceiverConfiguration configuration ) : Listener | ||
configuration | IReceiverConfiguration | /// The configuration. /// |
Résultat | Listener |
public ResolveFor ( MessageLabel label ) : Listener | ||
label | MessageLabel | /// The label. /// |
Résultat | Listener |