Package org.apache.storm.task
package org.apache.storm.task
-
ClassDescriptionAn IBolt represents a component that takes tuples as input and produces tuples as output.This output collector exposes the API for emitting tuples from an IRichBolt.A bolt that shells out to another process to process tuples.A `TopologyContext` is given to bolts and spouts in their `prepare()` and `open()` methods, respectively.