on Pre Recovery
open override fun onPreRecovery(recoverStrategy: FailureRecoverStrategy, throwable: Throwable)
Content copied to clipboard
Perform needed operation after an exception has been produced from the component.
Parameters
recover Strategy
the recover strategy that will be applied for this component.
throwable
Throwable the exception that occurred inside the component.