AgentClientInterceptor

internal class AgentClientInterceptor(agent: Agent) : ClientInterceptor(source)

Constructors

Link copied to clipboard
constructor(agent: Agent)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun <ReqT, RespT> interceptCall(method: MethodDescriptor<ReqT, RespT>, callOptions: CallOptions, next: Channel): ClientCall<ReqT, RespT>