kuujo / vertigo

Flow-based programming for the Vert.x application platform.
Apache License 2.0
155 stars 24 forks source link

Feature/chained add input #36

Closed arnos closed 10 years ago

arnos commented 10 years ago

Changes for:

To allow the following:

    network.addWorker("TestReceiver", TestReceiver.class.getName())
           .addInput("Counter")
           .addHook(null)
           .addInput("Counter2","OUT","IN");