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

Method setComp

storm-client/src/jvm/org/apache/storm/multilang/BoltMsg.java:44–46  ·  view source on GitHub ↗
(String comp)

Source from the content-addressed store, hash-verified

42 }
43
44 public void setComp(String comp) {
45 this.comp = comp;
46 }
47
48 public String getStream() {
49 return stream;

Callers 1

createBoltMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected