 | IHandleTMessage Interface |
Interface IHandle
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic 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.
|
Top
See Also