MessageEndpoint
public class MessageEndpoint: IEndpointENTERPRISE EDITION ONLY.
Message endpoint.
- 
                  
                  The unique identifier of the endpoint. DeclarationSwift public let uid: String
- 
                  
                  The target used for storing any arbitary value representing the endpoint. DeclarationSwift public let target: Any?
- 
                  
                  The data transportation protocol. DeclarationSwift public let protocolType: ProtocolType
- 
                  
                  The delegate for creating CBLMessageEndpointConnection object. DeclarationSwift public let delegate: MessageEndpointDelegate
- 
                  
                  Initializes a CBLMessageEndpoint object. DeclarationSwift public init(uid: String, target: Any?, protocolType: ProtocolType, delegate: MessageEndpointDelegate)ParametersuidThe unique identifier of the endpoint. targetAn optional arbitrary object that represents the endpoint. protocolTypeThe data transportation protocol. delegateThe delegate for creating CBLMessageEndpointConnection objects. 
 MessageEndpoint Class Reference
        MessageEndpoint Class Reference