C# Class EasyNetQ.ConnectionFactoryWrapper

Inheritance: IConnectionFactory
ファイルを表示 Open project: EasyNetQ/EasyNetQ Class Usage Examples

Public Methods

Method Description
ConnectionFactoryWrapper ( EasyNetQ.ConnectionConfiguration connectionConfiguration, IClusterHostSelectionStrategy clusterHostSelectionStrategy ) : RabbitMQ.Client
CreateConnection ( ) : IConnection
Next ( ) : bool
Reset ( ) : void
Success ( ) : void

Method Details

ConnectionFactoryWrapper() public method

public ConnectionFactoryWrapper ( EasyNetQ.ConnectionConfiguration connectionConfiguration, IClusterHostSelectionStrategy clusterHostSelectionStrategy ) : RabbitMQ.Client
connectionConfiguration EasyNetQ.ConnectionConfiguration
clusterHostSelectionStrategy IClusterHostSelectionStrategy
return RabbitMQ.Client

CreateConnection() public method

public CreateConnection ( ) : IConnection
return IConnection

Next() public method

public Next ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

Success() public method

public Success ( ) : void
return void