Method | Description | |
---|---|---|
Heartbeat ( ushort requestedHeartbeat ) : void | ||
Password ( string password ) : void | ||
RabbitMqHostConfigurator ( |
||
RabbitMqHostConfigurator ( string host, string virtualHost, ushort port = 5672, string connectionName = null ) : System | ||
UseCluster ( Action |
||
UseSsl ( Action |
||
Username ( string username ) : void |
Method | Description | |
---|---|---|
GetVirtualHost ( |
public Heartbeat ( ushort requestedHeartbeat ) : void | ||
requestedHeartbeat | ushort | |
return | void |
public RabbitMqHostConfigurator ( |
||
hostAddress | ||
connectionName | string | |
return | System |
public RabbitMqHostConfigurator ( string host, string virtualHost, ushort port = 5672, string connectionName = null ) : System | ||
host | string | |
virtualHost | string | |
port | ushort | |
connectionName | string | |
return | System |
public UseCluster ( Action |
||
configureCluster | Action |
|
return | void |