IListeners Interface

IListeners is a genric interface to implement listening capabilities on an Actor.

Remarks


Use the [ListenerSupport.Gossip] method to send a message to the listeners
.

Remarks


Send
C#
Listen(Self)
to another Actor to start listening.

Remarks


Send
C#
Deafen(Self)
to another Actor to stop listening.

Remarks


Send
C#
WithListeners(delegate)
to traverse the current listeners.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll)

Syntax


public interface IListeners
Public Interface IListeners
public interface class IListeners