| IExtensionId Interface |
Namespace: Akka.Actor
The IExtensionId type exposes the following members.
| Name | Description | |
|---|---|---|
| Apply |
Returns an instance of the extension identified by this ExtensionId instance
| |
| CreateExtension |
Is used by Akka to instantiate the IExtension identified by this ExtensionId.
Internal use only.
| |
| Get |
Returns an instance of the extension identified by this IExtensionIdT instance
|
| Name | Description | |
|---|---|---|
| ExtensionType |
Returns the underlying type for this extension
|