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 |
---|---|
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,
Promise<ImportedConsulService> completion)
Registers the service and completes the given future when done.
|
void |
ConsulServiceImporter.start(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Promise<Void> completion) |
void |
ImportedConsulService.unregister(ServicePublisher publiher,
Promise<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,
Promise<Void> completion) |
Modifier and Type | Method and Description |
---|---|
void |
KubernetesServiceImporter.start(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Promise<Void> completion) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceExporter.init(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Promise<Void> future)
Starts the exporter.
|
void |
ServiceImporter.start(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Promise<Void> future)
Starts the importer.
|
Copyright © 2021 Eclipse. All rights reserved.