public interface FailureStrategy
SilentlyAbsorbingFailure
: silently absorbs the failureRethrowingFailure
: rethrows the failureModifier and Type | Method and Description |
---|---|
void |
handleFailure(Throwable throwable) |
Copyright © 2003–2015. All rights reserved.