public interface IRichSpout extends ISpout, IComponent
When writing topologies using Java, IRichBolt
and IRichSpout
are the main interfaces to use to implement components of the topology.
ack, activate, close, deactivate, fail, nextTuple, open
declareOutputFields, getComponentConfiguration
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.