Packages

object ResultMaker extends BSONCommandResultMaker[String]

Deserializer for this command's result.

Definition Classes
GetCrNonceCommand
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultMaker
  2. BSONCommandResultMaker
  3. CommandResultMaker
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(document: BSONDocument): Either[CommandError, String]

    Deserializes the given document into an instance of Result.

    Deserializes the given document into an instance of Result.

    Definition Classes
    ResultMakerBSONCommandResultMakerCommandResultMaker
  2. final def apply(response: Response): Either[CommandError, String]

    Deserializes the given response into an instance of Result.

    Deserializes the given response into an instance of Result.

    Definition Classes
    BSONCommandResultMakerCommandResultMaker