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

Method fail

storm-client/src/jvm/org/apache/storm/spout/ShellSpout.java:135–138  ·  view source on GitHub ↗
(Object msgId)

Source from the content-addressed store, hash-verified

133 }
134
135 @Override
136 public void fail(Object msgId) {
137 this.sendSyncCommand("fail", msgId);
138 }
139
140 private void sendSyncCommand(String command, Object msgId) {
141 if (exception != null) {

Callers

nothing calls this directly

Calls 1

sendSyncCommandMethod · 0.95

Tested by

no test coverage detected