Свойство | Тип | Описание | |
---|---|---|---|
RECOVERY_INTERVAL | System.TimeSpan |
Свойство | Тип | Описание | |
---|---|---|---|
Conn | IConnection | ||
Model | IModel | ||
encoding |
Метод | Описание | |
---|---|---|
CertificatesDirectory ( ) : string | ||
IsRunningOnMonoOrDotNetCore ( ) : bool |
Метод | Описание | |
---|---|---|
AssertConsumerCount ( IModel m, string q, int count ) : void | ||
AssertConsumerCount ( string q, int count ) : void | ||
AssertMessageCount ( string q, int count ) : void | ||
AssertPreconditionFailed ( ShutdownEventArgs args ) : void | ||
AssertShutdownError ( ShutdownEventArgs args, int code ) : void | ||
Block ( ) : void | ||
CloseAllConnections ( ) : void | ||
CloseConnection ( IConnection conn ) : void | ||
CloseConnection ( string pid ) : void | ||
CreateAutorecoveringConnection ( ) : |
||
CreateAutorecoveringConnection ( IList |
||
CreateAutorecoveringConnection ( IList |
||
CreateAutorecoveringConnection ( System.TimeSpan interval ) : |
||
CreateAutorecoveringConnection ( System.TimeSpan interval, IList |
||
CreateAutorecoveringConnectionWithTopologyRecoveryDisabled ( ) : |
||
CreateNonRecoveringConnection ( ) : IConnection | ||
DeclareNonDurableExchange ( IModel m, string x ) : string | ||
DeclareNonDurableExchangeNoWait ( IModel m, string x ) : string | ||
EnsureNotEmpty ( string q ) : void | ||
EnsureNotEmpty ( string q, string body ) : void | ||
ExecCommand ( string command ) : |
||
ExecCommand ( string command, string args ) : |
||
ExecCommand ( string ctl, string args, string changeDirTo ) : |
||
ExecRabbitMQCtl ( string args ) : |
||
GenerateExchangeName ( ) : string | ||
GenerateQueueName ( ) : string | ||
InitiatedByPeerOrLibrary ( ShutdownEventArgs evt ) : bool | ||
ListConnections ( ) : List |
||
Publish ( IConnection conn ) : void | ||
RandomMessageBody ( ) : byte[] | ||
ReleaseResources ( ) : void | ||
ReportExecFailure ( String cmd, String args, String msg ) : void | ||
RestartRabbitMQ ( ) : void | ||
StartRabbitMQ ( ) : void | ||
StopRabbitMQ ( ) : void | ||
Unblock ( ) : void | ||
Wait ( |
||
Wait ( |
||
WaitForConfirms ( IModel m ) : bool | ||
WaitOn ( object o ) : void | ||
WithClosedModel ( Action |
||
WithEmptyQueue ( string>.Action |
||
WithNonEmptyQueue ( string>.Action |
||
WithNonEmptyQueue ( string>.Action |
||
WithTemporaryAutorecoveringConnection ( Action |
||
WithTemporaryModel ( Action |
||
WithTemporaryModel ( IConnection connection, Action |
||
WithTemporaryNonExclusiveQueue ( string>.Action |
||
WithTemporaryNonExclusiveQueue ( IModel model, string>.Action |
||
WithTemporaryNonExclusiveQueue ( IModel model, string>.Action |
||
WithTemporaryQueue ( string>.Action |
||
WithTemporaryQueue ( string>.Action |
||
WithTemporaryQueue ( IModel model, string>.Action |
||
WithTemporaryQueue ( IModel model, string>.Action |
||
WithTemporaryQueueNoWait ( IModel model, string>.Action |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
Init ( ) : void |
protected AssertConsumerCount ( IModel m, string q, int count ) : void | ||
m | IModel | |
q | string | |
count | int | |
Результат | void |
protected AssertConsumerCount ( string q, int count ) : void | ||
q | string | |
count | int | |
Результат | void |
protected AssertMessageCount ( string q, int count ) : void | ||
q | string | |
count | int | |
Результат | void |
protected AssertPreconditionFailed ( ShutdownEventArgs args ) : void | ||
args | ShutdownEventArgs | |
Результат | void |
protected AssertShutdownError ( ShutdownEventArgs args, int code ) : void | ||
args | ShutdownEventArgs | |
code | int | |
Результат | void |
public static CertificatesDirectory ( ) : string | ||
Результат | string |
protected CloseConnection ( IConnection conn ) : void | ||
conn | IConnection | |
Результат | void |
protected CloseConnection ( string pid ) : void | ||
pid | string | |
Результат | void |
protected CreateAutorecoveringConnection ( ) : |
||
Результат |
protected CreateAutorecoveringConnection ( IList |
||
endpoints | IList |
|
Результат |
protected CreateAutorecoveringConnection ( IList |
||
hostnames | IList |
|
Результат |
protected CreateAutorecoveringConnection ( System.TimeSpan interval ) : |
||
interval | System.TimeSpan | |
Результат |
protected CreateAutorecoveringConnection ( System.TimeSpan interval, IList |
||
interval | System.TimeSpan | |
hostnames | IList |
|
Результат |
protected CreateAutorecoveringConnectionWithTopologyRecoveryDisabled ( ) : |
||
Результат |
protected CreateNonRecoveringConnection ( ) : IConnection | ||
Результат | IConnection |
protected DeclareNonDurableExchange ( IModel m, string x ) : string | ||
m | IModel | |
x | string | |
Результат | string |
protected DeclareNonDurableExchangeNoWait ( IModel m, string x ) : string | ||
m | IModel | |
x | string | |
Результат | string |
protected EnsureNotEmpty ( string q ) : void | ||
q | string | |
Результат | void |
protected EnsureNotEmpty ( string q, string body ) : void | ||
q | string | |
body | string | |
Результат | void |
protected ExecCommand ( string command ) : |
||
command | string | |
Результат |
protected ExecCommand ( string command, string args ) : |
||
command | string | |
args | string | |
Результат |
protected ExecCommand ( string ctl, string args, string changeDirTo ) : |
||
ctl | string | |
args | string | |
changeDirTo | string | |
Результат |
protected ExecRabbitMQCtl ( string args ) : |
||
args | string | |
Результат |
protected GenerateExchangeName ( ) : string | ||
Результат | string |
protected InitiatedByPeerOrLibrary ( ShutdownEventArgs evt ) : bool | ||
evt | ShutdownEventArgs | |
Результат | bool |
public static IsRunningOnMonoOrDotNetCore ( ) : bool | ||
Результат | bool |
protected Publish ( IConnection conn ) : void | ||
conn | IConnection | |
Результат | void |
protected ReportExecFailure ( String cmd, String args, String msg ) : void | ||
cmd | String | |
args | String | |
msg | String | |
Результат | void |
protected Wait ( |
||
latch | ||
Результат | void |
protected Wait ( |
||
latch | ||
timeSpan | System.TimeSpan | |
Результат | void |
protected WaitForConfirms ( IModel m ) : bool | ||
m | IModel | |
Результат | bool |
protected WithClosedModel ( Action |
||
action | Action |
|
Результат | void |
protected WithEmptyQueue ( string>.Action |
||
action | string>.Action | |
Результат | void |
protected WithNonEmptyQueue ( string>.Action |
||
action | string>.Action | |
Результат | void |
protected WithNonEmptyQueue ( string>.Action |
||
action | string>.Action | |
msg | string | |
Результат | void |
protected WithTemporaryAutorecoveringConnection ( Action |
||
action | Action |
|
Результат | void |
protected WithTemporaryModel ( Action |
||
action | Action |
|
Результат | void |
protected WithTemporaryModel ( IConnection connection, Action |
||
connection | IConnection | |
action | Action |
|
Результат | void |
protected WithTemporaryNonExclusiveQueue ( string>.Action |
||
action | string>.Action | |
Результат | void |
protected WithTemporaryNonExclusiveQueue ( IModel model, string>.Action |
||
model | IModel | |
action | string>.Action | |
Результат | void |
protected WithTemporaryNonExclusiveQueue ( IModel model, string>.Action |
||
model | IModel | |
action | string>.Action | |
queue | string | |
Результат | void |
protected WithTemporaryQueue ( string>.Action |
||
action | string>.Action | |
Результат | void |
protected WithTemporaryQueue ( string>.Action |
||
action | string>.Action | |
q | string | |
Результат | void |
protected WithTemporaryQueue ( IModel model, string>.Action |
||
model | IModel | |
action | string>.Action | |
Результат | void |
protected WithTemporaryQueue ( IModel model, string>.Action |
||
model | IModel | |
action | string>.Action | |
queue | string | |
Результат | void |
protected WithTemporaryQueueNoWait ( IModel model, string>.Action |
||
model | IModel | |
action | string>.Action | |
queue | string | |
Результат | void |
public static TimeSpan,System RECOVERY_INTERVAL | ||
Результат | System.TimeSpan |