Trees | Indices | Help |
---|
|
This module provides the entry point to the vert.x platform
Author: Scott Horn
|
|||
Vertx |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__email__ = "scott@hornmicro.com"
|
|||
__credits__ = "Based entirely on work by Tim Fox http://tfox.org"
|
|
Deploy a verticle. The actual deploy happens asynchronously Keyword arguments:
|
Deploy a worker verticle. The actual deploy happens asynchronously Keyword arguments:
|
Deploy a module. The actual deploy happens asynchronously Keyword arguments:
|
Undeploy a verticle Keyword arguments:
|
Undeploy a module Keyword arguments:
|
Get config for the verticle
|
Sets a one-shot timer that will fire after a certain delay. This method will accept either a Proc or a block. Keyword arguments:
|
Sets a periodic timer. Keyword arguments:
|
Cancels a timer. Keyword arguments:
|
Put the handler on the event queue for this loop so it will be run asynchronously ASAP after this event has been processed Keyword arguments:
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Jul 31 19:03:07 2012 | http://epydoc.sourceforge.net |