[][src]Attribute Macro arcon_macros::arcon_task

#[arcon_task]

arcon_task macro used for unified event passing between components Adds all necessary methods needed to declare a kompact component. Requires the generic attribute IN to be declared where: IN is the ArconType which the component will receive Requires the component to implement the functions handle_element and handle_watermark