Package

com.twitter.inject

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Value Members

  1. object PossiblyRetryable

    Permalink

    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