case classDeployMessage(id: Option[String], corrID: String, sender: Int, message: String, creationDate: Option[DateTime]) extends Product with Serializable
Model to keep information about deployment status messages, sent between TC and EM.
id - to use in mongodb
corrID - sent from TC to EM and then back from EM to TC. Unique for one back-and-forth exchange.
sender - Tool Catalog or Elasticity Module
message - could be sent by Tool Catalog (containing json request to start/stop tools),
or it could be sent by Elasticity Module (containing status message)
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Model to keep information about deployment status messages, sent between TC and EM. id - to use in mongodb corrID - sent from TC to EM and then back from EM to TC. Unique for one back-and-forth exchange. sender - Tool Catalog or Elasticity Module message - could be sent by Tool Catalog (containing json request to start/stop tools), or it could be sent by Elasticity Module (containing status message)