vertx / io.vertx.servicediscovery.docker / DockerLinksServiceImporter

DockerLinksServiceImporter

open class DockerLinksServiceImporter : ServiceImporter

A discovery bridge analyzing environment variables to detect Docker links. It imports found links as services in the discovery infrastructure. As they are mapped from environment variable the set of imported service does not change after the initialization.

Author
Clement Escoffier

Constructors

<init>

DockerLinksServiceImporter()

A discovery bridge analyzing environment variables to detect Docker links. It imports found links as services in the discovery infrastructure. As they are mapped from environment variable the set of imported service does not change after the initialization.

Functions

close

open fun close(completionHandler: Handler<Void>): Unit

start

open fun start(vertx: Vertx, publisher: ServicePublisher, configuration: JsonObject, completion: Future<Void>): Unit