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

Method setTuple

storm-client/src/jvm/org/apache/storm/multilang/BoltMsg.java:68–70  ·  view source on GitHub ↗
(List<Object> tuple)

Source from the content-addressed store, hash-verified

66 }
67
68 public void setTuple(List<Object> tuple) {
69 this.tuple = tuple;
70 }
71}

Callers 2

createBoltMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected