| IRequiresMessageQueueT 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.129 (1.2.3.129)
Syntax public interface IRequiresMessageQueue<T>
where T : ISemantics
type IRequiresMessageQueue<'T when 'T : ISemantics> = interface end
Type Parameters
- T
- The type of ISemantics required
See Also