Interface IEndpoint
Interface for messaging endpoint.
Namespace: Kephas.Messaging.Distributed
Assembly: Kephas.Messaging.dll
Syntax
public interface IEndpoint
Properties
| Improve this Doc View SourceAppId
Gets the identifier of the application.
Declaration
string AppId { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier of the application. |
AppInstanceId
Gets the identifier of the application instance.
Declaration
string AppInstanceId { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier of the application instance. |
EndpointId
Gets the identifier of the endpoint.
Declaration
string EndpointId { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier of the endpoint. |
Url
Gets the URL of the endpoint.
Declaration
Uri Url { get; }
Property Value
Type | Description |
---|---|
System.Uri | The URL. |