Interface IBasicBolt

    • Method Detail

      • execute

        void execute​(Tuple input,
                     BasicOutputCollector collector)
        Process the input tuple and optionally emit new tuples based on the input tuple.

        All acking is managed for you. Throw a FailedException if you want to fail the tuple.

      • cleanup

        void cleanup()