MessageEndpoint

expect class MessageEndpoint(uid: String, target: Any?, protocolType: ProtocolType, delegate: MessageEndpointDelegate) : Endpoint(source)

ENTERPRISE EDITION API

Replication Message endpoint.

actual class MessageEndpoint(uid: String, target: Any?, protocolType: ProtocolType, delegate: MessageEndpointDelegate) : Endpoint(source)

Constructors

Link copied to clipboard
expect constructor(uid: String, target: Any?, protocolType: ProtocolType, delegate: MessageEndpointDelegate)
actual constructor(uid: String, target: Any?, protocolType: ProtocolType, delegate: MessageEndpointDelegate)

Properties

Link copied to clipboard

Gets the delegate object used for creating MessageEndpointConnection objects.

Link copied to clipboard

Gets the data transportation protocol of the endpoint.

Link copied to clipboard
expect val target: Any?

The target object which is an arbitrary object that represents the endpoint.

actual val target: Any?
actual val target: Any?
Link copied to clipboard
expect val uid: String

The unique identifier of the endpoint.

actual val uid: String
actual val uid: String

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String