c

reactivemongo.core.actors

CheckedWriteRequestExpectingResponse

case class CheckedWriteRequestExpectingResponse(checkedWriteRequest: CheckedWriteRequest) extends ExpectingResponse with Product with Serializable

A checked write request expecting a response.

checkedWriteRequest

The request maker.

Annotations
@deprecated
Deprecated

(Since version 0.16.0) Unused

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CheckedWriteRequestExpectingResponse
  2. Serializable
  3. Product
  4. Equals
  5. ExpectingResponse
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CheckedWriteRequestExpectingResponse(checkedWriteRequest: CheckedWriteRequest)

    checkedWriteRequest

    The request maker.

Value Members

  1. val checkedWriteRequest: CheckedWriteRequest
  2. val future: Future[Response]

    The future response of this request.

    The future response of this request.

    Definition Classes
    ExpectingResponse
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product