- All Implemented Interfaces:
- Endpoint
public final class DatabaseEndpoint
extends Object
implements Endpoint 
ENTERPRISE EDITION API
 
 Database based replication target endpoint.
 
- 
Constructor SummaryConstructors 
Constructor with the database instance 
 
 
- 
Method Summary
Return the Database instance 
   
 
 
 
- 
Constructor Details
- 
DatabaseEndpointpublic DatabaseEndpoint(@NonNull
 Database database) Constructor with the database instance 
- Parameters:
- database- the target database
 
 
- 
Method Details
- 
getDatabaseReturn the Database instance 
-