# Structs

Exponential implements exponential backoff algorithm as defined in https://github.com/grpc/grpc/blob/master/doc/connection-backoff.md.

# Interfaces

Strategy defines the methodology for backing off after a grpc connection failure.