Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServiceImporter

The service importer allows integrate other discovery technologies with the Vert.x service discovery. It maps entries from another technology to a and maps to a publication in this other technology. The importer is one side of a service discovery bridge.

Hierarchy

  • ServiceImporter

Index

Methods

Methods

close

  • close(closeHandler: ((res: void) => void) | Handler<void>): void
  • Closes the importer

    Parameters

    • closeHandler: ((res: void) => void) | Handler<void>

    Returns void

start

  • start(vertx: Vertx, publisher: ServicePublisher, configuration: {}, future: Promise<void>): void
  • Starts the importer.

    Parameters

    • vertx: Vertx
    • publisher: ServicePublisher
    • configuration: {}
      • [key: string]: any
    • future: Promise<void>

    Returns void

Generated using TypeDoc