public class BoltMsg extends Object
BoltMsgs are objects sent to the ISerializer interface, for serialization according to the wire protocol implemented by the serializer. The BoltMsg class allows for a decoupling between the serialized representation of the data and the data itself.
Constructor and Description |
---|
BoltMsg() |
public String getId()
public void setId(String id)
public String getComp()
public void setComp(String comp)
public String getStream()
public void setStream(String stream)
public long getTask()
public void setTask(long task)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.