Interface ServiceImporter

    • Method Detail

      • start

        void start​(Vertx vertx,
                   ServicePublisher publisher,
                   JsonObject configuration,
                   Promise<Void> future)
        Starts the importer.
        Parameters:
        vertx - the vertx instance
        publisher - the service publisher instance
        configuration - the bridge configuration if any
        future - a future on which the bridge must report the completion of the starting
      • close

        default void close​(Handler<Void> closeHandler)
        Closes the importer
        Parameters:
        closeHandler - the handle to be notified when importer is closed, may be null