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