Package org.apache.storm.hooks.info
Class SpoutAckInfo
- java.lang.Object
-
- org.apache.storm.hooks.info.SpoutAckInfo
-
public class SpoutAckInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Long
completeLatencyMs
Object
messageId
int
spoutTaskId
-
Constructor Summary
Constructors Constructor Description SpoutAckInfo(Object messageId, int spoutTaskId, Long completeLatencyMs)
-
-
-
Method Detail
-
applyOn
public void applyOn(TopologyContext topologyContext)
-
-