Connection handler.
- Companion:
- object
Value members
Abstract methods
Concrete methods
Returns a new connection handler that first try this one, or else if it doesn't match, use the other one.
Returns a new connection handler that first try this one, or else if it doesn't match, use the other one.
import acolyte.reactivemongo.ConnectionHandler
def connectionHandler3(h1: ConnectionHandler, h2: ConnectionHandler) =
h1 orElse h2
Creates a copy of this connection handler,
with given query handler
appended.
Creates a copy of this connection handler,
with given query handler
appended.
- Value parameters:
- handler
Query handler