Click or drag to resize
Akka.NETITestActorQueueProducerT 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.42 (1.2.3.42)
Syntax
public interface ITestActorQueueProducer<in T>

Type Parameters

T
TBD

The ITestActorQueueProducerT type exposes the following members.

Methods
  NameDescription
Public methodEnqueue
Adds the specified item to the queue.
Top
See Also