Click or drag to resize
Akka.NETIProducesMessageQueueTQueue Interface

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public interface IProducesMessageQueue<TQueue>
where TQueue : IMessageQueue

Type Parameters

TQueue
The type of IMessageQueue produced by this class.
See Also