breeze icon indicating copy to clipboard operation
breeze copied to clipboard

Add support for tick tuples

Open jethrobakker opened this issue 12 years ago • 0 comments

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.

jethrobakker avatar Jan 16 '14 07:01 jethrobakker