KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Core.TestKit.IMessageWithPath Interface Reference

Message with receiver address description More...

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

Properties

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 with receiver address description

Definition at line 15 of file IMessageWithPath.cs.

Property Documentation

◆ ReceiverPath

string KlusterKite.Core.TestKit.IMessageWithPath.ReceiverPath
getset

Gets or sets the receiver address path.

Definition at line 20 of file IMessageWithPath.cs.

◆ ReceiverPathRooted

string KlusterKite.Core.TestKit.IMessageWithPath.ReceiverPathRooted
get

Gets the receiver address path from actor system root.

Definition at line 25 of file IMessageWithPath.cs.


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