Метод | Описание | |
---|---|---|
AppConfigConfigurator ( ) : System |
Инициализирует новый экземпляр класса AppConfigConfigurator.
|
|
AppConfigConfigurator ( DependencyResolverFunc dependencyResolverFunc ) : System |
Инициализирует новый экземпляр класса AppConfigConfigurator.
|
|
AppConfigConfigurator ( IDependencyResolver dependencyResolver ) : System |
Инициализирует новый экземпляр класса AppConfigConfigurator.
|
|
Configure ( string endpointName, IBusConfigurator cfg ) : IBusConfigurator |
Конфигурирует клиента шины сообщений.
|
|
GetEvent ( string endpointName, string key ) : string |
The get event.
|
|
GetRequestConfig ( string endpointName, string key ) : IRequestConfiguration |
The get request config.
|
Метод | Описание | |
---|---|---|
AppConfigConfigurator ( Contour.Configurator.EndpointsSection endpointsConfig, DependencyResolverFunc dependencyResolverFunc ) : System |
Инициализирует новый экземпляр класса AppConfigConfigurator.
|
|
AppConfigConfigurator ( Contour.Configurator.EndpointsSection endpointsConfig, IDependencyResolver dependencyResolver ) : System |
Инициализирует новый экземпляр класса AppConfigConfigurator.
|
|
BuildConsumer ( Func |
The build consumer.
|
|
BuildConsumerFactory ( string name, |
The build consumer factory.
|
|
GetEndPointByName ( string endpointName ) : |
The get end point by name.
|
|
RegisterConsumer ( IReceiverConfigurator configurator, |
The register consumer.
|
|
ResolveConsumer ( string name, |
The resolve consumer.
|
|
ResolveLifecycleHandler ( string name ) : IBusLifecycleHandler |
The resolve lifecycle handler.
|
|
ResolveType ( string messageType ) : |
The resolve type.
|
|
ResolveValidator ( string name ) : IMessageValidator |
The resolve validator.
|
|
ResolveValidator ( string name, |
The resolve validator.
|
|
ResolveValidatorGroup ( string name ) : Contour.Validation.MessageValidatorGroup |
The resolve validator group.
|
public AppConfigConfigurator ( DependencyResolverFunc dependencyResolverFunc ) : System | ||
dependencyResolverFunc | DependencyResolverFunc | /// The dependency resolver func. /// |
Результат | System |
public AppConfigConfigurator ( IDependencyResolver dependencyResolver ) : System | ||
dependencyResolver | IDependencyResolver | /// The dependency resolver. /// |
Результат | System |
public Configure ( string endpointName, IBusConfigurator cfg ) : IBusConfigurator | ||
endpointName | string | /// Имя точки подключения к шине. /// |
cfg | IBusConfigurator | /// Конфигуратор клиента шины. /// |
Результат | IBusConfigurator |
public GetEvent ( string endpointName, string key ) : string | ||
endpointName | string | /// The endpoint name. /// |
key | string | /// The key. /// |
Результат | string |
public GetRequestConfig ( string endpointName, string key ) : IRequestConfiguration | ||
endpointName | string | /// The endpoint name. /// |
key | string | /// The key. /// |
Результат | IRequestConfiguration |