public interface Subscriber
| Modifier and Type | Method and Description |
|---|---|
Collection<Class<?>> |
getWatchingEntityClasses()
Return a collection of entity classes that subscriber will monitor the object export events.
|
void |
onMonitoredObjectsExport(Class<?> exportedClass,
Collection<Object> idList)
It is called when the collection of objects was exported.
|
void onMonitoredObjectsExport(Class<?> exportedClass, Collection<Object> idList) throws InterruptedException, BackupRestoreException
getWatchingEntityClasses()exportedClass - the exported classidList - the list of ids of exported objectsInterruptedExceptionBackupRestoreExceptionCollection<Class<?>> getWatchingEntityClasses()
DatabaseExporterHelper.registerSubscriber(Subscriber)Copyright © 2003–2022 Atlassian. All rights reserved.