T - The Serializable object embedded in the message.D - The type of object returned by the encodingpublic abstract class CommandMessage<T extends Serializable,D> extends BusMessage<T,D>
obj| Modifier | Constructor and Description |
|---|---|
protected |
CommandMessage(String destination,
UUID correlationId,
T obj)
Default CommandMessage constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
getCorrelationId()
The correlationId of this CommandMessage.
|
String |
getDestination()
The destination of the CommandMessage.
|
encodeObject, getCCSTimeStamp, getClassName, getDeserializationDuration, getDoneDeSerializationTime, getEncodedData, getIncomingQueueInTimeStamp, getIncomingQueueOutTimeStamp, getObject, getOriginAgentInfo, getOutgoingQueueInTimeStamp, getOutgoingQueueOutTimeStamp, getSerializationDuration, getSerializationTime, getTransferDuration, setIncomingQueueInTimeStamp, setIncomingQueueOutTimeStamp, setOriginAgentInfo, setOutgoingQueueInTimeStamp, setOutgoingQueueOutTimeStamp, toString, updateTimingInformationpublic String getDestination()
public UUID getCorrelationId()
Copyright © 2021 LSST. All rights reserved.