Click or drag to resize
IHandleTMessage Interface
Interface IHandle

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface IHandle<in TMessage>

Type Parameters

TMessage
The type of the t message.

The IHandleTMessage type exposes the following members.

Methods
  NameDescription
Public methodHandle
Handles the specified message.
Top
See Also