DatabaseEndpoint constructor

DatabaseEndpoint(
  1. Database database
)

Creates an endpoint representing a local database as the replication target.

Implementation

DatabaseEndpoint(this.database);