Interface | Description |
---|---|
IBolt |
An IBolt represents a component that takes tuples as input and produces tuples
as output.
|
IErrorReporter | |
IOutputCollector |
Class | Description |
---|---|
OutputCollector | |
TopologyContext |
A TopologyContext is given to bolts and spouts in their "prepare" and "open"
methods, respectively.
|
WorkerTopologyContext |