Package de.wuespace.telestion.api.verticle.trait


package de.wuespace.telestion.api.verticle.trait
  • Interface Summary
    Interface
    Description
     
     
    Allows Verticle instances to get simplified access to the Vert.x event bus.
    Allows Verticle instances to get simplified access to Vert.x shared data
    Allows Verticle instances to get simplified access to the Vert.x timing functions like setPeriodic or setTimer.
  • Class Summary
    Class
    Description
    DecodedMessage<V extends JsonMessage,​T extends io.vertx.core.json.JsonObject>
     
    Stores information to a specific timing from Vert.x like the timing id or associated Vert.x instance.