MCPcopy Create free account
hub / github.com/apache/storm / ack

Function ack

storm-multilang/python/src/main/resources/resources/storm.py:145–146  ·  view source on GitHub ↗
(tup)

Source from the content-addressed store, hash-verified

143
144
145def ack(tup):
146 sendMsgToParent({"command": "ack", "id": tup.id})
147
148
149def fail(tup):

Callers 1

runMethod · 0.85

Calls 1

sendMsgToParentFunction · 0.85

Tested by

no test coverage detected