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

Message wrapper to include original receiver address More...

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

Public Attributes

string ReceiverPathRooted => TestActorForwarder.RootedPath(this.ReceiverPath)
 Gets the receiver address path from actor system root. More...
 

Properties

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...
 

Detailed Description

Message wrapper to include original receiver address

Template Parameters
TOriginal message type

Definition at line 16 of file TestMessage.cs.

Member Data Documentation

◆ ReceiverPathRooted

string KlusterKite.Core.TestKit.TestMessage< T >.ReceiverPathRooted => TestActorForwarder.RootedPath(this.ReceiverPath)

Gets the receiver address path from actor system root.

Definition at line 31 of file TestMessage.cs.

Property Documentation

◆ Message

T KlusterKite.Core.TestKit.TestMessage< T >.Message
getset

Gets or sets the original message.

Definition at line 21 of file TestMessage.cs.

◆ ReceiverPath

string KlusterKite.Core.TestKit.TestMessage< T >.ReceiverPath
getset

Gets or sets the receiver address path.

Definition at line 26 of file TestMessage.cs.


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