Class: Manticore::LoggingStandardRetryHandler
- Inherits:
-
Java::OrgApacheHttpImplClient::StandardHttpRequestRetryHandler
- Object
- Java::OrgApacheHttpImplClient::StandardHttpRequestRetryHandler
- Manticore::LoggingStandardRetryHandler
- Defined in:
- lib/manticore/client.rb
Instance Method Summary collapse
Instance Method Details
#retryRequest(exception, executionCount, context) ⇒ Object
784 785 786 787 |
# File 'lib/manticore/client.rb', line 784 def retryRequest(exception, executionCount, context) context.setAttribute "retryCount", executionCount super(exception, executionCount, context) end |