Classes
Methods
(static) CircuitBreaker.create(name, vertx) → {CircuitBreaker}
Creates a new instance of CircuitBreaker, with default options.
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | the name |
vertx |
Vertx | the Vert.x instance |
Returns:
the created instance
- Type
- CircuitBreaker