Class ProducerVerticle<T>
java.lang.Object
io.vertx.core.AbstractVerticle
cn.sinozg.applet.mq.vertx.verticle.ProducerVerticle<T>
- All Implemented Interfaces:
io.vertx.core.Verticle
public class ProducerVerticle<T>
extends io.vertx.core.AbstractVerticle
生产者
- Since:
- 2023-11-20 12:29
- Author:
- xieyubin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate io.vertx.core.eventbus.EventBusFields inherited from class io.vertx.core.AbstractVerticle
context, vertx -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop, stop
-
Field Details
-
clazz
-
eventBus
private io.vertx.core.eventbus.EventBus eventBus
-
-
Constructor Details
-
ProducerVerticle
-
-
Method Details
-
start
public void start()- Overrides:
startin classio.vertx.core.AbstractVerticle
-
publish
-