IListeners is a generic interface to implement listening capabilities on an Actor.
Remarks.
RemarksSend
to another Actor to start listening.
RemarksSend
to another Actor to stop listening.
RemarksSend
to traverse the current listeners.
Namespace: Akka.RoutingAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic interface IListeners
Public Interface IListeners
public interface class IListeners
type IListeners = interface end
The IListeners type exposes the following members.
Properties
See Also