Class RouterEnvelope
Used for some types of messages to separate router management messages from the actual content of messages sent to routees.
Inherited Members
Namespace: Akka.Routing
Assembly: Akka.dll
Syntax
public class RouterEnvelope
  Constructors
| Edit this page View SourceRouterEnvelope(object)
Declaration
public RouterEnvelope(object message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| object | message | 
Properties
| Edit this page View SourceMessage
The management message
Declaration
public object Message { get; }
  Property Value
| Type | Description | 
|---|---|
| object | 
Edit this page