Interface ITestActorQueue<T>
Inherited Members
Namespace: Akka.TestKit.Internal
Assembly: Akka.TestKit.dll
Syntax
public interface ITestActorQueue<T> : ITestActorQueueProducer<T>
Type Parameters
Name | Description |
---|---|
T | TBD |
Methods
| Improve this Doc View SourceGetAll()
Get all messages.
Declaration
IEnumerable<T> GetAll()
Returns
Type | Description |
---|---|
IEnumerable<T> | TBD |
ToList()
Copies all the items from the ITestActorQueue<T> instance into a new List<T>
Declaration
[Obsolete("This method will be removed in the future")]
List<T> ToList()
Returns
Type | Description |
---|---|
List<T> | TBD |