C# Class paramore.brighter.serviceactivator.TestHelpers.FakeChannel

Inheritance: IAmAnInputChannel, IAmAnOutputChannel
Mostrar archivo Open project: iancooper/Paramore Class Usage Examples

Public Methods

Method Description
Acknowledge ( Message message ) : void
Add ( Message message, int millisecondsDelay ) : void
Dispose ( ) : void
Enqueue ( Message message ) : void
FakeChannel ( string channelName = "", string routingKey = "" ) : System.Collections.Concurrent
Receive ( int timeoutinMilliseconds ) : Message
Reject ( Message message ) : void
Requeue ( Message message, int delayMilliseconds ) : void
Stop ( ) : void

Method Details

Acknowledge() public method

public Acknowledge ( Message message ) : void
message Message
return void

Add() public method

public Add ( Message message, int millisecondsDelay ) : void
message Message
millisecondsDelay int
return void

Dispose() public method

public Dispose ( ) : void
return void

Enqueue() public method

public Enqueue ( Message message ) : void
message Message
return void

FakeChannel() public method

public FakeChannel ( string channelName = "", string routingKey = "" ) : System.Collections.Concurrent
channelName string
routingKey string
return System.Collections.Concurrent

Receive() public method

public Receive ( int timeoutinMilliseconds ) : Message
timeoutinMilliseconds int
return Message

Reject() public method

public Reject ( Message message ) : void
message Message
return void

Requeue() public method

public Requeue ( Message message, int delayMilliseconds ) : void
message Message
delayMilliseconds int
return void

Stop() public method

public Stop ( ) : void
return void