Method | Description | |
---|---|---|
AsyncRequest ( Command command ) : FutureResponse | ||
Dispose ( ) : void | ||
InjectCommand ( Command command ) : void |
Injects a Command into the Transports inbound message queue, the Commands in the inbound Queue are dispatched to the registered CommnadHandler instance for processing, this simulates receiving a message from an external source, e.g. receiving a new message from the Broker.
|
|
MockTransport ( |
||
Narrow ( |
||
Oneway ( Command command ) : void | ||
Request ( Command command ) : |
||
Request ( Command command, System.TimeSpan timeout ) : |
||
Start ( ) : void | ||
Stop ( ) : void | ||
UpdateURIs ( bool rebalance, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public AsyncRequest ( Command command ) : FutureResponse | ||
command | Command | |
return | FutureResponse |
public InjectCommand ( Command command ) : void | ||
command | Command |
/// A |
return | void |
public Request ( Command command ) : |
||
command | Command | |
return |
public Request ( Command command, System.TimeSpan timeout ) : |
||
command | Command | |
timeout | System.TimeSpan | |
return |
public UpdateURIs ( bool rebalance, |
||
rebalance | bool | |
updatedURIs | ||
return | void |