Uses of Class
io.vertx.reactivex.servicediscovery.ServiceDiscovery
Packages that use ServiceDiscovery
-
Uses of ServiceDiscovery in io.vertx.reactivex.servicediscovery
Fields in io.vertx.reactivex.servicediscovery with type parameters of type ServiceDiscoveryModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<ServiceDiscovery> ServiceDiscovery.__TYPE_ARGMethods in io.vertx.reactivex.servicediscovery that return ServiceDiscoveryModifier and TypeMethodDescriptionstatic ServiceDiscoveryCreates a new instance ofServiceDiscoveryusing the default configuration.static ServiceDiscoveryServiceDiscovery.create(Vertx vertx, ServiceDiscoveryOptions options) Creates an instance ofServiceDiscovery.static ServiceDiscoveryServiceDiscovery.newInstance(ServiceDiscovery arg) Methods in io.vertx.reactivex.servicediscovery with parameters of type ServiceDiscoveryModifier and TypeMethodDescriptionstatic voidServiceDiscovery.releaseServiceObject(ServiceDiscovery discovery, Object svcObject) Release the service object retrieved usinggetmethods from the service type interface. -
Uses of ServiceDiscovery in io.vertx.reactivex.servicediscovery.types
Methods in io.vertx.reactivex.servicediscovery.types with parameters of type ServiceDiscoveryModifier and TypeMethodDescriptionstatic Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Future<HttpClient> HttpEndpoint.getClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static <T> Future<MessageConsumer<T>> MessageSource.getConsumer(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a message source and provides the configured .static <T> Future<MessageConsumer<T>> MessageSource.getConsumer(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a message source and provides the configured .static Future<MongoClient> MongoDataSource.getMongoClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.static Future<MongoClient> MongoDataSource.getMongoClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.static Future<MongoClient> MongoDataSource.getMongoClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.RedisDataSource.getRedisClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.getRedisClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.getRedisClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.getRedisClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.static <T> Future<T> EventBusService.getServiceProxy(ServiceDiscovery discovery, Function<Record, Boolean> filter, Class<T> clientClass) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Future<T> EventBusService.getServiceProxy(ServiceDiscovery discovery, Function<Record, Boolean> filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Future<T> EventBusService.getServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Future<T> EventBusService.getServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).HttpEndpoint.getWebClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.getWebClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.getWebClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.getWebClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a HTTP endpoint and provides the configured .static Single<HttpClient> HttpEndpoint.rxGetClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .static <T> Single<MessageConsumer<T>> MessageSource.rxGetConsumer(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a message source and provides the configured .static <T> Single<MessageConsumer<T>> MessageSource.rxGetConsumer(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a message source and provides the configured .static Single<MongoClient> MongoDataSource.rxGetMongoClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.static Single<MongoClient> MongoDataSource.rxGetMongoClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.static Single<MongoClient> MongoDataSource.rxGetMongoClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a Mongo datasource source and provides the configuredMongoClient.RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery, JsonObject filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a Redis data source and provides the configuredRedis.RedisDataSource.rxGetRedisClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject consumerConfiguration) Convenient method that looks for a Redis data source and provides the configuredRedis.static <T> Single<T> EventBusService.rxGetServiceProxy(ServiceDiscovery discovery, Function<Record, Boolean> filter, Class<T> clientClass) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Single<T> EventBusService.rxGetServiceProxy(ServiceDiscovery discovery, Function<Record, Boolean> filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Single<T> EventBusService.rxGetServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).static <T> Single<T> EventBusService.rxGetServiceProxyWithJsonFilter(ServiceDiscovery discovery, JsonObject filter, Class<T> clientClass, JsonObject conf) Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery, JsonObject filter) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery, JsonObject filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery, Function<Record, Boolean> filter) Convenient method that looks for a HTTP endpoint and provides the configured .HttpEndpoint.rxGetWebClient(ServiceDiscovery discovery, Function<Record, Boolean> filter, JsonObject conf) Convenient method that looks for a HTTP endpoint and provides the configured .