MessageEndpointDelegate
public protocol MessageEndpointDelegate : AnyObjectThe stream oriented transportation; the
                        replicator will apply framing to each message.
ENTERPRISE EDITION ONLY.
A delegate used by the replicator to create MessageEndpointConnection objects.
- 
                  
                  Creates an object of type MessageEndpointConnection protocol. An application implements the CBLMessageEndpointConnection protocol using a custom transportation method such as using the MultipeerConnectivity framework to exchange replication data with the endpoint. DeclarationSwift func createConnection(endpoint: MessageEndpoint) -> MessageEndpointConnectionParametersendpointThe endpoint object. Return ValueThe CBLMessageEndpointConnection object. 
 MessageEndpointDelegate Protocol Reference
        MessageEndpointDelegate Protocol Reference