MetricsClientCall

higherkindness.mu.rpc.channel.metrics.MetricsClientCall
case class MetricsClientCall[F[_], Req, Res](clientCall: ClientCall[Req, Res], methodInfo: GrpcMethodInfo, metricsOps: MetricsOps[F], classifier: Option[String], disp: Dispatcher[F])(implicit F: Async[F]) extends SimpleForwardingClientCall[Req, Res]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleForwardingClientCall[Req, Res]
class ForwardingClientCall[Req, Res]
class ClientCall[Req, Res]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def sendMessage(requestMessage: Req): Unit

Attributes

Definition Classes
ForwardingClientCall -> ClientCall
override def start(responseListener: Listener[Res], headers: Metadata): Unit

Attributes

Definition Classes
ForwardingClientCall -> ClientCall

Inherited methods

def cancel(x$0: String, x$1: Throwable): Unit

Attributes

Inherited from:
PartialForwardingClientCall (hidden)
def getAttributes(): Attributes

Attributes

Inherited from:
PartialForwardingClientCall (hidden)
def halfClose(): Unit

Attributes

Inherited from:
PartialForwardingClientCall (hidden)
def isReady(): Boolean

Attributes

Inherited from:
PartialForwardingClientCall (hidden)
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def request(x$0: Int): Unit

Attributes

Inherited from:
PartialForwardingClientCall (hidden)
def setMessageCompression(x$0: Boolean): Unit

Attributes

Inherited from:
PartialForwardingClientCall (hidden)
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Inherited from:
PartialForwardingClientCall (hidden)