| ITestActorQueueProducerT Interface |
Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.
Namespace:
Akka.TestKit.Internal
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public interface ITestActorQueueProducer<in T>
type ITestActorQueueProducer<'T> = interface end
Type Parameters
- T
- TBD
The ITestActorQueueProducerT type exposes the following members.
Methods
| Name | Description |
---|
| Enqueue | Adds the specified item to the queue. |
TopSee Also