case classElasticsearchParameters(recursive: Boolean = false, index: Option[String] = scala.None) extends Product with Serializable
A QueuedAction is a pending action to be performed on some resource asynchronously.
Currently, different implementations have separate parameters, for example
elastic_parameters = for queued actions relating to Elasticsearch indexing
rabbit_parameters = for queued actions relating to RabbitMQ submission (not yet implemented)
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
A QueuedAction is a pending action to be performed on some resource asynchronously.
Currently, different implementations have separate parameters, for example elastic_parameters = for queued actions relating to Elasticsearch indexing rabbit_parameters = for queued actions relating to RabbitMQ submission (not yet implemented)