module Mongo::Operation::ReadPreferenceSupported

Read preference handling for pre-OP_MSG operation implementations.

This module is not used by OP_MSG operation classes (those deriving from OpMsgBase). Instead, read preference for those classes is handled in SessionsSupported module.

@since 2.5.2 @api private