open class CircuitBreakerOptionsConverter
Converter for io.vertx.circuitbreaker.CircuitBreakerOptions. NOTE: This class has been automatically generated from the io.vertx.circuitbreaker.CircuitBreakerOptions original class using Vert.x codegen.
CircuitBreakerOptionsConverter()
Converter for io.vertx.circuitbreaker.CircuitBreakerOptions. NOTE: This class has been automatically generated from the io.vertx.circuitbreaker.CircuitBreakerOptions original class using Vert.x codegen. |
open static fun fromJson(json: JsonObject, obj: CircuitBreakerOptions): Unit |
|
open static fun toJson(obj: CircuitBreakerOptions, json: JsonObject): Unit |