Expand description

Query retries configurations
To decide when to retry a query the Session can use any object which implements the RetryPolicy trait

Structs§

Enums§

Traits§

  • Specifies a policy used to decide when to retry a query
  • Used throughout a single query to decide when to retry it After this query is finished it is destroyed or reset