Interface IHandleEventListener
An interface that needs to be implemented by a user of an AssociationHandle in order to listen to association events
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public interface IHandleEventListener
Methods
| Improve this Doc View SourceNotify(IHandleEvent)
Notify the listener about an IHandleEvent.
Declaration
void Notify(IHandleEvent ev)
Parameters
Type | Name | Description |
---|---|---|
IHandleEvent | ev | The IHandleEvent to notify the listener about |