Interface ITestActorQueueProducer<T>
Namespace: Akka.TestKit.Internal
Assembly: Akka.TestKit.dll
Syntax
public interface ITestActorQueueProducer<in T>
Type Parameters
| Name | Description |
|---|---|
| T | TBD |
Methods
| Improve this Doc View SourceEnqueue(T)
Adds the specified item to the queue.
Declaration
void Enqueue(T item)
Parameters
| Type | Name | Description |
|---|---|---|
| T | item | The item. |
Improve this Doc