Method | Description | |
---|---|---|
ChannelFactory ( IConnectionFactory connectionFactory, |
||
CreateChannel ( IConnection connection = null ) : IModel | ||
CreateChannelAsync ( IConnection connection = null ) : Task |
||
Dispose ( ) : void | ||
GetChannel ( ) : IModel | ||
GetChannelAsync ( ) : Task |
Method | Description | |
---|---|---|
ConnectToBroker ( ) : void | ||
SetupConnectionRecovery ( IConnection connection = null ) : void |
Method | Description | |
---|---|---|
AdjustChannelCount ( int channelCount, int requestCount ) : void | ||
CreateAndWireupAsync ( ) : Task |
||
EnsureRequestsAreHandled ( ) : void | ||
GetConnectionAsync ( ) : Task |
||
Initialize ( ) : void |
public ChannelFactory ( IConnectionFactory connectionFactory, |
||
connectionFactory | IConnectionFactory | |
config | ||
channelConfig | ||
return | System |
public CreateChannel ( IConnection connection = null ) : IModel | ||
connection | IConnection | |
return | IModel |
public CreateChannelAsync ( IConnection connection = null ) : Task |
||
connection | IConnection | |
return | Task |
protected SetupConnectionRecovery ( IConnection connection = null ) : void | ||
connection | IConnection | |
return | void |