Click or drag to resize
IExtensionIdT Interface
Marker interface used to distinguish a unqiue ActorSystem extensions

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface IExtensionId<out T> : IExtensionId
where T : IExtension

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Akka.Actor.IExtensionId`1"]

The IExtensionIdT type exposes the following members.

Methods
  NameDescription
Public methodApply
Returns an instance of the extension identified by this ExtensionId instance
Public methodCreateExtension
Is used by Akka to instantiate the IExtension identified by this ExtensionId. Internal use only.
Public methodGet
Returns an instance of the extension identified by this IExtensionIdT instance
Top
Properties
  NameDescription
Public propertyExtensionType
Returns the underlying type for this extension
(Inherited from IExtensionId.)
Top
See Also