Table of Contents

Class RetryContext

Namespace
Steeltoe.Common.Retry
Assembly
Steeltoe.Common.dll
public class RetryContext : AbstractAttributeAccessor, IRetryContext, IAttributeAccessor
Inheritance
RetryContext
Implements
Inherited Members

Properties

LastException

Gets the last exception that caused the retry

public Exception LastException { get; set; }

Property Value

Exception

Parent

Gets the parent context if present

public IRetryContext Parent { get; set; }

Property Value

IRetryContext

RetryCount

Gets the number of retry attempts

public int RetryCount { get; set; }

Property Value

int

Methods

ToString()

public override string ToString()

Returns

string