Click or drag to resize
Akka.NETIRequiresMessageQueueT Interface
Used to help give hints to the ActorSystem as to what types of IMessageQueue this actor requires. Used mostly for system actors.

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IRequiresMessageQueue<T>
where T : ISemantics

Type Parameters

T
The type of ISemantics required
See Also