breeze
breeze copied to clipboard
Add support for tick tuples
Currently there is no support for tick tuples. Maybe we could add something like:
<bolt type="com.example.Writer" signature="write(entry)">
<tick signature="flush()" interval="60000"/>
</bolt>
the tick element has no attribute type because the flush method must be in the same class as the write method.