ChannelInvocationHandler

A special InvocationHandler that delegates calls to a Channel

Constructors

Link copied to clipboard
constructor(serviceManager: ServiceManager, component: String, preferredChannel: String?, address: ServiceAddress?)
constructor(serviceManager: ServiceManager, component: String, channel: Channel)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun invoke(proxy: Any, method: Method, args: Array<out Any>?): Any?
Link copied to clipboard