Package | Description |
---|---|
io.vertx.groovy.servicediscovery | |
io.vertx.groovy.servicediscovery.spi | |
io.vertx.rxjava.servicediscovery.spi | |
io.vertx.servicediscovery |
Modifier and Type | Method and Description |
---|---|
static ServiceDiscovery |
ServiceDiscovery_GroovyExtension.registerServiceExporter(ServiceDiscovery j_receiver,
ServiceExporter exporter,
Map<String,Object> configuration) |
static ServiceDiscovery |
ServiceDiscovery_GroovyExtension.registerServiceExporter(ServiceDiscovery j_receiver,
ServiceExporter exporter,
Map<String,Object> configuration,
Handler<AsyncResult<Void>> completionHandler) |
Modifier and Type | Method and Description |
---|---|
static void |
ServiceExporter_GroovyExtension.init(ServiceExporter j_receiver,
Vertx vertx,
ServicePublisher publisher,
Map<String,Object> configuration,
Future<Void> future) |
static void |
ServiceExporter_GroovyExtension.onPublish(ServiceExporter j_receiver,
Map<String,Object> record) |
static void |
ServiceExporter_GroovyExtension.onUpdate(ServiceExporter j_receiver,
Map<String,Object> record) |
Modifier and Type | Method and Description |
---|---|
ServiceExporter |
ServiceExporter.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ServiceExporter |
ServiceExporter.newInstance(ServiceExporter arg) |
Constructor and Description |
---|
ServiceExporter(ServiceExporter delegate) |
Modifier and Type | Method and Description |
---|---|
ServiceDiscovery |
ServiceDiscovery.registerServiceExporter(ServiceExporter exporter,
JsonObject configuration)
Registers a discovery bridge.
|
ServiceDiscovery |
ServiceDiscovery.registerServiceExporter(ServiceExporter exporter,
JsonObject configuration,
Handler<AsyncResult<Void>> completionHandler)
Registers a discovery bridge.
|
Copyright © 2017. All rights reserved.