|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FailureStrategy
FailureStrategy allows to define failure handling strategies. Two standard strategies are provided:
SilentlyAbsorbingFailure
: silently absorbs the failureRethrowingFailure
: rethrows the failure
Method Summary | |
---|---|
void |
handleFailure(Throwable throwable)
|
Method Detail |
---|
void handleFailure(Throwable throwable) throws Throwable
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |