ChannelFactory

interface ChannelFactory

A ChannelFactory is a factory for - guess what - Channels

Inheritors

Functions

Link copied to clipboard
abstract fun makeChannel(component: String, addresses: ServiceAddress): Channel

create a new Channel based on the specified ServiceAddress.