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
| Improve this Doc View SourceRouterEnvelope(Object)
Declaration
public RouterEnvelope(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message |
Properties
| Improve this Doc View SourceMessage
The management message
Declaration
public object Message { get; }
Property Value
Type | Description |
---|---|
Object |