- All Implemented Interfaces:
Scatter<io.vertx.core.Vertx>
- Direct Known Subclasses:
DetectScatter
public class WorkerScatter
extends Object
implements Scatter<io.vertx.core.Vertx>
Worker scatter to deploy workers
-
Constructor Summary
Constructors
-
Method Summary
void
Connect to vert.x to execute begin up works.
protected Set<io.horizon.eon.em.container.MessageModel>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WorkerScatter
public WorkerScatter()
-
Method Details
-
connect
public void connect(io.vertx.core.Vertx vertx)
Description copied from interface: Scatter
Connect to vert.x to execute begin up works.
- Specified by:
connect in interface Scatter<io.vertx.core.Vertx>
- Parameters:
vertx - common vertx.
-
getModel
protected Set<io.horizon.eon.em.container.MessageModel> getModel()