Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RetryContext

Context for smart retry/failover decisions.

Hierarchy

  • RetryContext

Index

Properties

Optional api

api: undefined | string

The API being called (e.g. "bridge", "condenser_api", "database_api")

Optional consoleOnFailover

consoleOnFailover: undefined | false | true

Whether to log failover events to console

Optional healthTracker

healthTracker: NodeHealthTracker

Health tracker instance for per-node, per-API tracking

Optional isBroadcast

isBroadcast: undefined | false | true

Whether this is a broadcast operation — never retry after request may have been received

Generated using TypeDoc