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<Void> completion)
Registers the service and completes the given future when done.
|
void |
ConsulServiceImporter.start(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Future<Void> completion) |
void |
ConsulServiceImporter.stop(Vertx vertx,
ServicePublisher publisher,
Future<Void> future) |
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) |
void |
DockerLinksServiceImporter.stop(Vertx vertx,
ServicePublisher publisher,
Future<Void> completion) |
Modifier and Type | Method and Description |
---|---|
void |
KubernetesServiceImporter.start(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Future<Void> completion) |
void |
KubernetesServiceImporter.stop(Vertx vertx,
ServicePublisher publisher,
Future<Void> future) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceImporter.start(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Future<Void> future)
Starts the bridge.
|
void |
ServiceImporter.stop(Vertx vertx,
ServicePublisher publisher,
Future<Void> future)
Stops the bridge.
|
Copyright © 2016. All rights reserved.