onPreRecovery

open override fun onPreRecovery(recoverStrategy: FailureRecoverStrategy, throwable: Throwable)

Perform needed operation after an exception has been produced from the component.

Parameters

recoverStrategy

the recover strategy that will be applied for this component.

throwable

Throwable the exception that occurred inside the component.