| AssociationRegistry Class |
Namespace: Akka.Remote.Transport
The AssociationRegistry type exposes the following members.
| Name | Description | |
|---|---|---|
| AssociationRegistry | Initializes a new instance of the AssociationRegistry class |
| Name | Description | |
|---|---|---|
| Clear |
Wipes out all of the AssociationRegistry instances retained by this process.
| |
| ClearLog |
Clears the current contents of the log
| |
| DeregisterAssociation |
Removes an association.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ExistsAssociation |
Tests if an association was registered.
| |
| 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 specified AssociationRegistry associated with the key.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRemoteReadHandlerFor |
Returns the event handler corresponding to the remote endpoint of the given local handle. In other words
it returns the listener that will receive InboundPayload events when
is called.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LogActivity |
Logs a transport activity
| |
| LogSnapshot |
Gets a snapshot of the current transport activity log
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RegisterListenerPair |
Registers two event listeners corresponding to the two endpoints of an association.
| |
| RegisterTransport |
Records a mapping between an address and the corresponding (transport, associationEventListener) pair.
| |
| RemoteListenerRelativeTo |
Returns the remote endpoint for a pair of endpoints relative to the owner of the supplied
TestAssociationHandle.
| |
| Reset |
Clears the state of the entire registry.
This method is not atomic and does not use a critical section when clearing transports, listeners, and logs.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TransportFor |
Returns the transport bound to the given address.
| |
| TransportsReady |
Indicates if all given transports were successfully registered. No associations can be established between
transports that are not yet registered.
|
| 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.) |