public class BraidProxyClient
Deprecated. Used class BraidClient
class BraidClient| Modifier and Type | Class and Description |
|---|---|
static class |
BraidProxyClient.Companion
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static BraidProxyClient.Companion |
Companion
Deprecated.
|
| Constructor and Description |
|---|
BraidProxyClient(BraidClientConfig config,
io.vertx.core.Vertx vertx)
Deprecated.
Deprecated. Used
class BraidClient |
| Modifier and Type | Method and Description |
|---|---|
int |
activeRequestsCount()
Deprecated.
|
<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)
Deprecated.
|
<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)
Deprecated.
|
void |
close()
Deprecated.
|
io.vertx.core.Vertx |
getVertx()
Deprecated.
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Deprecated.
|
public static BraidProxyClient.Companion Companion
public BraidProxyClient(BraidClientConfig config, io.vertx.core.Vertx vertx)
Deprecated. Used class BraidClient
class BraidClientpublic 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()