public class Consumer extends BaseVerticle
addresses, ADDRESSES, BOOTSTRAP_SERVERS, bServers, CLIENT_ID, END_KAFAK, KAFAK, KFK_BSERVERS| Constructor and Description |
|---|
Consumer(java.util.List<java.lang.String> bServers) |
| Modifier and Type | Method and Description |
|---|---|
void |
start(io.vertx.core.Future<java.lang.Void> startFuture) |
void |
stop(io.vertx.core.Future<java.lang.Void> stopFuture) |
protected java.util.Map<java.lang.String,java.lang.Object> |
updateConfig(java.util.Map<java.lang.String,java.lang.Object> config) |
loadConfig, updateBServerspublic void start(io.vertx.core.Future<java.lang.Void> startFuture)
throws java.lang.Exception
start in interface io.vertx.core.Verticlestart in class io.vertx.core.AbstractVerticlejava.lang.Exceptionpublic void stop(io.vertx.core.Future<java.lang.Void> stopFuture)
throws java.lang.Exception
stop in interface io.vertx.core.Verticlestop in class io.vertx.core.AbstractVerticlejava.lang.Exceptionprotected java.util.Map<java.lang.String,java.lang.Object> updateConfig(java.util.Map<java.lang.String,java.lang.Object> config)
updateConfig in class BaseVerticle