Package org.elasticsearch.snapshots
Interface SnapshotsService.DeleteSnapshotListener
-
- Enclosing class:
- SnapshotsService
public static interface SnapshotsService.DeleteSnapshotListenerListener for delete snapshot operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFailure(java.lang.Exception e)Called if delete operation failedvoidonResponse()Called if delete operation was successful
-