Sha256: d4e9bfe773073cd9e44bad8e94f6fc1d99f26a57daa45eff822fe1e97ed3b79d
Contents?: true
Size: 301 Bytes
Versions: 16
Compression:
Stored size: 301 Bytes
Contents
module Px::Service::Client class CircuitBreakerRetriableResponseFuture < RetriableResponseFuture ## # Sets the value of a RetriableResponseFuture to the exception # raised when opening the circuit breaker. def initialize(ex) super() complete(ex) end end end
Version data entries
16 entries across 16 versions & 1 rubygems