CallOptionsMethods

trait CallOptionsMethods[Repr]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

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

Concrete methods

def customOption[T](key: Key[T], value: T): Repr
def withCallOptions(callOptions: CallOptions): Repr
def withDeadline(deadline: Deadline): Repr
def withDeadline(duration: Duration): Repr
def withDeadlineMillis(millis: Long): Repr
def withReceiveBufferSize(numberOfMessages: Int): Repr