Packages

p

com.twitter.inject

exceptions

package exceptions

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. object PossiblyRetryable

    PossiblyRetryable attempts to determine if a request is possibly retryable based on the returned Try.

    PossiblyRetryable attempts to determine if a request is possibly retryable based on the returned Try.

    The request is "possibly retryable" because while the framework can say the request is retryable due to the type of com.twitter.scrooge.ThriftException returned it is ultimately up to the application to decide if the returned com.twitter.scrooge.ThriftException actually makes sense to be retried.

Ungrouped