KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Core.TestKit.RemoteTestMessage< T > Class Template Reference

Message wrapper to include original receiver actor path and receiver node address More...

Inheritance diagram for KlusterKite.Core.TestKit.RemoteTestMessage< T >:
KlusterKite.Core.TestKit.TestMessage< T > KlusterKite.Core.TestKit.IMessageWithPath

Properties

Address RecipientAddress [get, set]
 Gets or sets the receiver node address More...
 
- Properties inherited from KlusterKite.Core.TestKit.TestMessage< T >
Message [get, set]
 Gets or sets the original message. More...
 
string ReceiverPath [get, set]
 Gets or sets the receiver address path. More...
 
- Properties inherited from KlusterKite.Core.TestKit.IMessageWithPath
string ReceiverPath [get, set]
 Gets or sets the receiver address path. More...
 
string ReceiverPathRooted [get]
 Gets the receiver address path from actor system root. More...
 

Additional Inherited Members

- Public Attributes inherited from KlusterKite.Core.TestKit.TestMessage< T >
string ReceiverPathRooted => TestActorForwarder.RootedPath(this.ReceiverPath)
 Gets the receiver address path from actor system root. More...
 

Detailed Description

Message wrapper to include original receiver actor path and receiver node address

Template Parameters
TOriginal message type

Definition at line 18 of file RemoteTestMessage.cs.

Property Documentation

◆ RecipientAddress

Address KlusterKite.Core.TestKit.RemoteTestMessage< T >.RecipientAddress
getset

Gets or sets the receiver node address

Definition at line 23 of file RemoteTestMessage.cs.


The documentation for this class was generated from the following file: