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