class
ParameterController extends Producer
Instance Constructors
-
new
ParameterController()(implicit parameterDao: ParameterDao, logUtil: LogUtil, jobDao: JobDao, sseUtil: SSEUtil)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
codeReads: Reads[Option[Seq[String]]]
-
def
create(message: JsValue): String
-
def
delete(message: JsValue): String
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
executePurge(message: JsValue): Unit
-
def
finalize(): Unit
-
def
getCalculateParameter(message: JsValue): String
-
final
def
getClass(): Class[_]
-
def
getCount(message: JsValue): String
-
def
getCountDelete(message: JsValue): String
-
def
getParameter(message: JsValue): String
-
def
getParameters(message: JsValue): String
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
purge(message: JsValue): String
-
def
purgeIsRunning(message: JsValue): String
-
def
replace(message: JsValue): String
-
def
sendRPC[A](routingKey: String, message: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
-
def
sendRPC[A](routingKey: String, message: String, connection: Connection, channel: Channel, replyQueueName: String)(implicit rds: Reads[A], m: ClassTag[A]): Future[A]
-
def
sendRPC[A](routingKey: String, message: String, timeout: Duration)(implicit rds: Reads[A], m: ClassTag[A]): A
-
def
sendTopic(routingKey: String, message: String): Unit
-
def
sendTopic(exchangeName: String, routingKey: String, queueName: String, message: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
update(message: JsValue): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Deprecated Value Members
-
def
sendRPC(routingKey: String, message: String, consumerFn: (String, Envelope, BasicProperties, Array[Byte]) ⇒ Unit): Unit
-
def
sendRPC(exchangeName: String, routingKey: String, queueName: String, message: String, consumerFn: (String, Envelope, BasicProperties, Array[Byte]) ⇒ Unit): Unit
Inherited from Producer
Inherited from AnyRef
Inherited from Any