static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject conf) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject conf,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject conf) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject conf,
io.vertx.core.Handler<io.vertx.core.AsyncResult<HttpClient>> resultHandler) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static <T> void |
MessageSource.getConsumer(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a message source and provides the configured .
|
static <T> void |
MessageSource.getConsumer(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MessageConsumer<T>>> resultHandler) |
Convenient method that looks for a message source and provides the configured .
|
static <T> void |
MessageSource.getConsumer(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a message source and provides the configured .
|
static <T> void |
MessageSource.getConsumer(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MessageConsumer<T>>> resultHandler) |
Convenient method that looks for a message source and provides the configured .
|
static void |
JDBCDataSource.getJDBCClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static void |
JDBCDataSource.getJDBCClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<JDBCClient>> resultHandler) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static void |
JDBCDataSource.getJDBCClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject consumerConfiguration) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static void |
JDBCDataSource.getJDBCClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject consumerConfiguration,
io.vertx.core.Handler<io.vertx.core.AsyncResult<JDBCClient>> resultHandler) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static void |
JDBCDataSource.getJDBCClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static void |
JDBCDataSource.getJDBCClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<JDBCClient>> resultHandler) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static void |
JDBCDataSource.getJDBCClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject consumerConfiguration) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static void |
JDBCDataSource.getJDBCClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject consumerConfiguration,
io.vertx.core.Handler<io.vertx.core.AsyncResult<JDBCClient>> resultHandler) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static void |
MongoDataSource.getMongoClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
|
static void |
MongoDataSource.getMongoClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MongoClient>> resultHandler) |
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
|
static void |
MongoDataSource.getMongoClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject consumerConfiguration) |
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
|
static void |
MongoDataSource.getMongoClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject consumerConfiguration,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MongoClient>> resultHandler) |
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
|
static void |
MongoDataSource.getMongoClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
|
static void |
MongoDataSource.getMongoClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MongoClient>> resultHandler) |
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
|
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Redis>> resultHandler) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject consumerConfiguration) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject consumerConfiguration,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Redis>> resultHandler) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Redis>> resultHandler) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject consumerConfiguration) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static void |
RedisDataSource.getRedisClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject consumerConfiguration,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Redis>> resultHandler) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static <T> T |
EventBusService.getServiceProxy(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
Class<T> clientClass,
io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> resultHandler) |
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
|
static <T> T |
EventBusService.getServiceProxy(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
Class<T> clientClass,
io.vertx.core.json.JsonObject conf,
io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> resultHandler) |
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
|
static <T> T |
EventBusService.getServiceProxyWithJsonFilter(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
Class<T> clientClass,
io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> resultHandler) |
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
|
static <T> T |
EventBusService.getServiceProxyWithJsonFilter(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
Class<T> clientClass,
io.vertx.core.json.JsonObject conf,
io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> resultHandler) |
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
|
static void |
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<WebClient>> resultHandler) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject conf) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject conf,
io.vertx.core.Handler<io.vertx.core.AsyncResult<WebClient>> resultHandler) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.Handler<io.vertx.core.AsyncResult<WebClient>> resultHandler) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject conf) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static void |
HttpEndpoint.getWebClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject conf,
io.vertx.core.Handler<io.vertx.core.AsyncResult<WebClient>> resultHandler) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static io.reactivex.Single<HttpClient> |
HttpEndpoint.rxGetClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static io.reactivex.Single<HttpClient> |
HttpEndpoint.rxGetClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject conf) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static io.reactivex.Single<HttpClient> |
HttpEndpoint.rxGetClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static io.reactivex.Single<HttpClient> |
HttpEndpoint.rxGetClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject conf) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static <T> io.reactivex.Single<MessageConsumer<T>> |
MessageSource.rxGetConsumer(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a message source and provides the configured .
|
static <T> io.reactivex.Single<MessageConsumer<T>> |
MessageSource.rxGetConsumer(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a message source and provides the configured .
|
static io.reactivex.Single<JDBCClient> |
JDBCDataSource.rxGetJDBCClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static io.reactivex.Single<JDBCClient> |
JDBCDataSource.rxGetJDBCClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject consumerConfiguration) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static io.reactivex.Single<JDBCClient> |
JDBCDataSource.rxGetJDBCClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static io.reactivex.Single<JDBCClient> |
JDBCDataSource.rxGetJDBCClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject consumerConfiguration) |
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
|
static io.reactivex.Single<MongoClient> |
MongoDataSource.rxGetMongoClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
|
static io.reactivex.Single<MongoClient> |
MongoDataSource.rxGetMongoClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject consumerConfiguration) |
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
|
static io.reactivex.Single<MongoClient> |
MongoDataSource.rxGetMongoClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
|
static io.reactivex.Single<Redis> |
RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static io.reactivex.Single<Redis> |
RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject consumerConfiguration) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static io.reactivex.Single<Redis> |
RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static io.reactivex.Single<Redis> |
RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject consumerConfiguration) |
Convenient method that looks for a Redis data source and provides the configured Redis.
|
static io.reactivex.Single<WebClient> |
HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static io.reactivex.Single<WebClient> |
HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery,
io.vertx.core.json.JsonObject filter,
io.vertx.core.json.JsonObject conf) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static io.reactivex.Single<WebClient> |
HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|
static io.reactivex.Single<WebClient> |
HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery,
Function<io.vertx.servicediscovery.Record,Boolean> filter,
io.vertx.core.json.JsonObject conf) |
Convenient method that looks for a HTTP endpoint and provides the configured .
|