ExtensionIdProviderT Class |
Namespace: Akka.Actor
public abstract class ExtensionIdProvider<T> : IExtensionId<T>, IExtensionId where T : IExtension
The ExtensionIdProviderT type exposes the following members.
Name | Description | |
---|---|---|
ExtensionIdProviderT | Initializes a new instance of the ExtensionIdProviderT class |
Name | Description | |
---|---|---|
ExtensionType |
Retrieves the underlying type for the current extension
|
Name | Description | |
---|---|---|
Apply |
Registers the current extension to a given actor system.
| |
CreateExtension |
Creates the current extension using a given actor system.
| |
Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Get |
Retrieves the current extension from a given actor system.
| |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |