Class ZeroRxAgent

java.lang.Object
io.vertx.core.AbstractVerticle
io.vertx.reactivex.core.AbstractVerticle
io.vertx.rx.micro.ZeroRxAgent
All Implemented Interfaces:
io.vertx.core.Verticle

@Agent(type=RX) public class ZeroRxAgent extends io.vertx.reactivex.core.AbstractVerticle
Rx Agent
  • Field Summary

    Fields inherited from class io.vertx.reactivex.core.AbstractVerticle

    vertx

    Fields inherited from class io.vertx.core.AbstractVerticle

    context
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class io.vertx.reactivex.core.AbstractVerticle

    init, rxStart, rxStop, start, stop

    Methods inherited from class io.vertx.core.AbstractVerticle

    config, deploymentID, getVertx, processArgs, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ZeroRxAgent

      public ZeroRxAgent()
  • Method Details

    • start

      public void start()
      Overrides:
      start in class io.vertx.core.AbstractVerticle