class Px::Service::Client::CircuitBreakerRetriableResponseFuture

Public Class Methods

new(ex) click to toggle source

Sets the value of a RetriableResponseFuture to the exception raised when opening the circuit breaker.

Calls superclass method
# File lib/px/service/client/circuit_breaker_retriable_response_future.rb, line 7
def initialize(ex)
  super()
  
  complete(ex)
end