public class ServiceImporter extends Object
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<ServiceImporter> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
ServiceImporter(Object delegate)  | 
ServiceImporter(ServiceImporter delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close(Handler<Void> closeHandler)
Closes the importer 
 | 
boolean | 
equals(Object o)  | 
ServiceImporter | 
getDelegate()  | 
int | 
hashCode()  | 
static ServiceImporter | 
newInstance(ServiceImporter arg)  | 
void | 
start(Vertx vertx,
     ServicePublisher publisher,
     JsonObject configuration,
     Promise<Void> future)
Starts the importer. 
 | 
String | 
toString()  | 
public static final io.vertx.lang.rx.TypeArg<ServiceImporter> __TYPE_ARG
public ServiceImporter(ServiceImporter delegate)
public ServiceImporter(Object delegate)
public ServiceImporter getDelegate()
public void start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future)
vertx - the vertx instancepublisher - the service publisher instanceconfiguration - the bridge configuration if anyfuture - a future on which the bridge must report the completion of the startingpublic void close(Handler<Void> closeHandler)
closeHandler - the handle to be notified when importer is closed, may be nullpublic static ServiceImporter newInstance(ServiceImporter arg)
Copyright © 2023 Eclipse. All rights reserved.