Package com.kenshoo.pl.entity.spi
Interface PersistenceLayerRetryer
-
- All Known Implementing Classes:
DeadlockRetryer
public interface PersistenceLayerRetryer
-
-
Field Summary
Fields Modifier and Type Field Description static PersistenceLayerRetryerJUST_RUN_WITHOUT_CHECKING_DEADLOCKS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(ThrowingAction action)
-
-
-
Field Detail
-
JUST_RUN_WITHOUT_CHECKING_DEADLOCKS
static final PersistenceLayerRetryer JUST_RUN_WITHOUT_CHECKING_DEADLOCKS
-
-
Method Detail
-
run
void run(ThrowingAction action)
-
-