CircuitBreakerOptions

io.vertx.scala.circuitbreaker.`package`.CircuitBreakerOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): CircuitBreakerOptions
def apply(failuresRollingWindow: Long, fallbackOnFailure: Boolean, maxFailures: Integer, maxRetries: Integer, metricsRollingBuckets: Integer, metricsRollingWindow: Long, notificationAddress: String, notificationLocalOnly: Boolean, notificationPeriod: Long, resetTimeout: Long, timeout: Long): CircuitBreakerOptions