Method | Description | |
---|---|---|
Close ( System.TimeSpan timeout ) : void | ||
Open ( System.TimeSpan timeout ) : void | ||
RabbitMQInputChannel ( BindingContext context, IModel model, |
||
Receive ( System.TimeSpan timeout ) : Message | ||
TryReceive ( System.TimeSpan timeout, Message &message ) : bool | ||
WaitForMessage ( System.TimeSpan timeout ) : bool |
public Close ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
return | void |
public Open ( System.TimeSpan timeout ) : void | ||
timeout | System.TimeSpan | |
return | void |
public RabbitMQInputChannel ( BindingContext context, IModel model, |
||
context | BindingContext | |
model | IModel | |
address | ||
queueSettings | ||
return | System |
public Receive ( System.TimeSpan timeout ) : Message | ||
timeout | System.TimeSpan | |
return | Message |
public TryReceive ( System.TimeSpan timeout, Message &message ) : bool | ||
timeout | System.TimeSpan | |
message | Message | |
return | bool |
public WaitForMessage ( System.TimeSpan timeout ) : bool | ||
timeout | System.TimeSpan | |
return | bool |