onNotice property

void Function(FallbackNotice notice)? onNotice
final

Receives a FallbackNotice before every retry/rotation/failover.

Implementation

final void Function(FallbackNotice notice)? onNotice;