Companion

object Companion

Functions

Link copied to clipboard
fun createChannelBuilderWith(    policy: ServerPolicy,     channelOptions: ChannelOptions?,     authDelegate: AuthDelegate,     delegate: HeaderClientInterceptor.Delegate,     isStartReceiveServerInitiatedDirective: () -> Boolean): ManagedChannelBuilder<*>

configures the gRPC channel.

Link copied to clipboard
fun shutdown(channel: ManagedChannel?)

Shuts down the gRPC channel

Link copied to clipboard
fun userAgent(): String