SpringChannelFactory

class SpringChannelFactory(var channelManager: ChannelManager, beanDefinition: BeanDefinition) : ChannelFactory

Special ChannelFactory that utilizes spring to create instances of recorded BeanDefinition

Constructors

Link copied to clipboard
constructor(channelManager: ChannelManager, beanDefinition: BeanDefinition)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

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

create a new Channel based on the specified ServiceAddress.