public interface RollbackIfNotCompleteNotifier
| Modifier and Type | Method and Description |
|---|---|
default void |
rollbackIfNotComplete()
Rolls back the current operation if it is not complete.
|
default boolean |
writingIsComplete()
Checks if the current writing operation is complete.
|
default void rollbackIfNotComplete()
UnsupportedOperationException - if the rollback operation is not supporteddefault boolean writingIsComplete()
Copyright © 2024. All rights reserved.