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 |
ServicePublisher_GroovyExtension.publish(ServicePublisher j_receiver,
Map<String,Object> record,
Handler<AsyncResult<Map<String,Object>>> resultHandler) |
static void |
ServiceImporter_GroovyExtension.start(ServiceImporter j_receiver,
Vertx vertx,
ServicePublisher publisher,
Map<String,Object> configuration,
Future<Void> future) |
Modifier and Type | Method and Description |
---|---|
ServicePublisher |
ServicePublisher.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ServicePublisher |
ServicePublisher.newInstance(ServicePublisher arg) |
Constructor and Description |
---|
ServicePublisher(ServicePublisher delegate) |
Modifier and Type | Method and Description |
---|---|
ImportedConsulService |
ImportedConsulService.register(ServicePublisher publisher,
Future<ImportedConsulService> completion)
Registers the service and completes the given future when done.
|
void |
ConsulServiceImporter.start(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Future<Void> completion) |
void |
ImportedConsulService.unregister(ServicePublisher publiher,
Future<Void> completion)
Unregisters the service and completes the given future when done, if not
null |
Modifier and Type | Method and Description |
---|---|
void |
DockerLinksServiceImporter.start(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Future<Void> completion) |
Modifier and Type | Method and Description |
---|---|
void |
KubernetesServiceImporter.start(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Future<Void> completion) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceExporter.init(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Future<Void> future)
Starts the exporter.
|
void |
ServiceImporter.start(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Future<Void> future)
Starts the importer.
|
Copyright © 2017. All rights reserved.