public class BraidClient
| Modifier and Type | Class and Description |
|---|---|
static class |
BraidClient.Companion |
| Modifier and Type | Field and Description |
|---|---|
static BraidClient.Companion |
Companion |
| Constructor and Description |
|---|
BraidClient(BraidClientConfig config,
io.vertx.core.Vertx vertx,
kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> exceptionHandler,
kotlin.jvm.functions.Function0<kotlin.Unit> closeHandler,
io.vertx.core.http.HttpClientOptions clientOptions) |
| Modifier and Type | Method and Description |
|---|---|
int |
activeRequestsCount() |
<ServiceType> |
bind(java.lang.Class<ServiceType> clazz) |
void |
close() |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public static BraidClient.Companion Companion
public BraidClient(BraidClientConfig config, io.vertx.core.Vertx vertx, kotlin.jvm.functions.Function1<? super java.lang.Throwable,kotlin.Unit> exceptionHandler, kotlin.jvm.functions.Function0<kotlin.Unit> closeHandler, io.vertx.core.http.HttpClientOptions clientOptions)