| Package | Description |
|---|---|
| io.vertx.servicediscovery.impl | |
| io.vertx.servicediscovery.types | |
| io.vertx.servicediscovery.types.impl |
| Modifier and Type | Method and Description |
|---|---|
static ServiceType |
ServiceTypes.get(Record record) |
static ServiceType |
ServiceTypes.get(String type) |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<ServiceType> |
ServiceTypes.all() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventBusService
ServiceType for event bus services (service proxies). |
interface |
HttpEndpoint
ServiceType for HTTP endpoint (REST api). |
interface |
JDBCDataSource |
interface |
MessageSource
Service type for data producer.
|
interface |
MongoDataSource |
interface |
RedisDataSource
Service type for Redis data source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EventBusServiceImpl<T> |
class |
HttpEndpointImpl
Implementation of
ServiceType for HTTP endpoint (REST api). |
class |
JDBCDataSourceImpl
The implementation of
JDBCDataSource. |
class |
MessageSourceImpl
Service type for data producer.
|
class |
MongoDataSourceImpl
The implementation of
MongoDataSource. |
class |
RedisDataSourceImpl
The implementation of
RedisDataSource. |
Copyright © 2021. All rights reserved.