Uses of Class
org.apache.storm.multilang.BoltMsg
Packages that use BoltMsg
-
Uses of BoltMsg in org.apache.storm.multilang
Methods in org.apache.storm.multilang with parameters of type BoltMsgModifier and TypeMethodDescriptionvoid
ISerializer.writeBoltMsg
(BoltMsg msg) This method sends a bolt message to a non-JVM bolt process.void
JsonSerializer.writeBoltMsg
(BoltMsg boltMsg) -
Uses of BoltMsg in org.apache.storm.utils
Methods in org.apache.storm.utils with parameters of type BoltMsgModifier and TypeMethodDescriptionvoid
ShellBoltMessageQueue.putBoltMsg
(BoltMsg boltMsg) put bolt message to its queue.void
ShellProcess.writeBoltMsg
(BoltMsg msg)