| IHandleTMessage Interface |
Interface IHandle
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public interface IHandle<in TMessage>
type IHandle<'TMessage> = interface end
Type Parameters
- TMessage
- The type of the t message.
The IHandleTMessage type exposes the following members.
Methods
| Name | Description |
---|
| Handle |
Handles the specified message.
|
TopSee Also