public class SpoutMsg extends Object
Spout messages are objects sent to the ISerializer interface, for serialization according to the wire protocol implemented by the serializer. The SpoutMsg class allows for a decoupling between the serialized representation of the data and the data itself.
Constructor and Description |
---|
SpoutMsg() |
Modifier and Type | Method and Description |
---|---|
String |
getCommand() |
Object |
getId() |
void |
setCommand(String command) |
void |
setId(Object id) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.