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

Method getComp

storm-client/src/jvm/org/apache/storm/multilang/BoltMsg.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public String getComp() {
41 return comp;
42 }
43
44 public void setComp(String comp) {
45 this.comp = comp;

Callers 1

writeBoltMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected