Package com.morpheusdata.core.backup
Interface MorpheusReplicationTypeService
-
public interface MorpheusReplicationTypeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.Observable<ReplicationTypeIdentityProjection>
listIdentityProjections(BackupProvider backupProvider)
Lists all replication type projection objects for a specified integration id.
-
-
-
Method Detail
-
listIdentityProjections
io.reactivex.Observable<ReplicationTypeIdentityProjection> listIdentityProjections(BackupProvider backupProvider)
Lists all replication type projection objects for a specified integration id. The projection is a subset of the properties on a fullReplicationType
object for sync matching.- Parameters:
backupProvider
- theBackupProvider
identifier associated to the replication types to be listed.- Returns:
- an RxJava Observable stream of result projection objects.
-
-