The replication endpoint representing the location of a database to replicate with.
More...
#include <cbl++/Replicator.hh>
The replication endpoint representing the location of a database to replicate with.
◆ databaseEndpoint()
Creates a database endpoint with another local database.
(Enterprise Edition only.)
◆ ref()
◆ urlEndpoint()
| Endpoint cbl::Endpoint::urlEndpoint |
( |
std::string_view | url | ) |
|
|
inlinestatic |
Creates a URL endpoint with a given URL.
The URL's scheme must be ws or wss, it must of course have a valid hostname, and its path must be the name of the database on that server.
The port can be omitted; it defaults to 80 for ws and 443 for wss. For example: wss://example.org/dbname.
- Parameters
-
◆ ReplicatorConfiguration
The documentation for this class was generated from the following file: