IListeners is a genric interface to implement listening capabilities on an Actor.
Use the
[ListenerSupport.Gossip] method to send a message to the listeners
.
Send
C#
to another Actor to start listening.
Send
C#
to another Actor to stop listening.
Send
C#
to traverse the current listeners.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll)
public interface IListeners
Public Interface IListeners
public interface class IListeners