public final class ValidationTask extends Object implements Serializable
Constructor and Description |
---|
ValidationTask(String threadName,
ReceivedMessage receivedMessage)
Creates a new validation task consisting of the response and the thread used to receive the response.
|
Modifier and Type | Method and Description |
---|---|
ReceivedMessage |
getReceivedMessage()
Gets the response in the form of a received message.
|
String |
getThreadName()
Gets the thread name used to receive the response.
|
public ValidationTask(String threadName, ReceivedMessage receivedMessage)
threadName
- The thread name.receivedMessage
- The received message.public ReceivedMessage getReceivedMessage()
public String getThreadName()
Copyright © 2010–2017 PerfCake Community. All rights reserved.