Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/storm
/ setMsg
Method
setMsg
storm-client/src/jvm/org/apache/storm/multilang/ShellMsg.java:91–93 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
89
}
90
91
public
void
setMsg(String msg) {
92
this.msg = msg;
93
}
94
95
public
List<Object> getTuple() {
96
return
tuple;
Callers
1
readShellMsg
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected