MessageEndpoint
actual class MessageEndpoint(uid: String, target: Any?, protocolType: ProtocolType, val delegate: MessageEndpointDelegate) : Endpoint(source)
expect class MessageEndpoint(uid: String, target: Any?, protocolType: ProtocolType, delegate: MessageEndpointDelegate) : Endpoint(source)
ENTERPRISE EDITION API
Replication Message endpoint.
Parameters
uid
the unique identifier of the endpoint
target
an optional arbitrary object that represents the endpoint
protocolType
the data transportation protocol
delegate
the delegate for creating MessageEndpointConnection objects
actual class MessageEndpoint(uid: String, target: Any?, protocolType: ProtocolType, delegate: MessageEndpointDelegate) : Endpoint(source)
Constructors
Link copied to clipboard
actual constructor(uid: String, target: Any?, protocolType: ProtocolType, delegate: MessageEndpointDelegate)
expect constructor(uid: String, target: Any?, protocolType: ProtocolType, delegate: MessageEndpointDelegate)
Initializes a MessageEndpoint object.
actual constructor(uid: String, target: Any?, protocolType: <Error class: unknown class>, delegate: MessageEndpointDelegate)
actual constructor(uid: String, target: Any?, protocolType: ProtocolType, delegate: MessageEndpointDelegate)