ClientCallOptionsApi

class Object
trait Matchable
class Any

Value members

Abstract methods

protected def mapCallOptions(f: CallOptions => Task[CallOptions]): Repr

Concrete methods

def withCallOptions(callOptions: CallOptions): Repr
def withDeadline(deadline: Deadline): Repr
def withOption[T](key: Key[T], value: T): Repr
def withTimeout(duration: Duration): Repr
def withTimeoutMillis(millis: Long): Repr