public class ServiceImporter extends Object
original
non RX-ified interface using Vert.x codegen.Constructor and Description |
---|
ServiceImporter(ServiceImporter delegate) |
Modifier and Type | Method and Description |
---|---|
Object |
getDelegate() |
static ServiceImporter |
newInstance(ServiceImporter arg) |
void |
start(Vertx vertx,
ServicePublisher publisher,
JsonObject configuration,
Future<Void> future)
Starts the bridge.
|
void |
stop(Vertx vertx,
ServicePublisher publisher,
Future<Void> future)
Stops the bridge.
|
public ServiceImporter(ServiceImporter delegate)
public Object getDelegate()
public void start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Future<Void> future)
vertx
- the vertx instancepublisher
- the service discovery instanceconfiguration
- the bridge configuration if anyfuture
- a future on which the bridge must report the completion of the startingpublic void stop(Vertx vertx, ServicePublisher publisher, Future<Void> future)
vertx
- the vertx instancepublisher
- the service discovery instancefuture
- the future on which the bridge must report the completion of the stopping processpublic static ServiceImporter newInstance(ServiceImporter arg)
Copyright © 2016. All rights reserved.