CBLMessageEndpointDelegate
@protocol CBLMessageEndpointDelegateA delegate used by the replicator to create CBLMessageEndpointConnection objects.
- 
                  
                  Creates an object of type CBLMessageEndpointConnection 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. DeclarationObjective-C - (nonnull id<CBLMessageEndpointConnection>)createConnectionForEndpoint: (nonnull CBLMessageEndpoint *)endpoint;ParametersendpointThe endpoint object. Return ValueThe CBLMessageEndpointConnection object. 
 CBLMessageEndpointDelegate Protocol Reference
        CBLMessageEndpointDelegate Protocol Reference