Table of Contents

Namespace AWS.Messaging.Services.Backoff

Interfaces

IBackoffHandler

Interface for a backoff handler that is responsible for performing back-offs in the event that a given delegate throws an exception. The delegate will be retried after backing off for a certain period of time. The IBackoffHandler could be used with a IBackoffPolicy to determine whether a backoff should occur and how long to wait between back-offs.

IBackoffPolicy

Interface for a Backoff Policy which determines if a IBackoffHandler should perform a backoff and how long to wait before performing the next backoff.