public interface RecoveryPolicy
| Modifier and Type | Interface and Description |
|---|---|
static class |
RecoveryPolicy.Default
Default implementation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldRemoveBrokenContent()
If the content should be automatically removed when it cannot be read.
|
boolean |
shouldThrowRuntimeException()
If the content cannot be read (or written) defines if a runtime exception should be thrown (
i.e.
|
boolean shouldThrowRuntimeException()
boolean shouldRemoveBrokenContent()