public interface DataSetExportReadyCallback
Modifier and Type | Method and Description |
---|---|
void |
exportReady(Path exportFilePath)
The path returned after a successful export
|
void |
onError(ClientRuntimeError error)
An error occurred during the export process
|
void exportReady(Path exportFilePath)
exportFilePath
- The path of the exported file in the servervoid onError(ClientRuntimeError error)
error
- The error detailsCopyright © 2012–2019 JBoss by Red Hat. All rights reserved.