public class ChannelFactoryImpl extends Object implements IChannelFactory
| Constructor and Description |
|---|
ChannelFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
IChannel |
newChannel()
Creates a new channel.
|
IChannel |
newChannel(Map<String,Object> load)
Creates a new channel.
|
public IChannel newChannel()
IChannelFactorynewChannel in interface IChannelFactorypublic IChannel newChannel(Map<String,Object> load)
IChannelFactorynewChannel in interface IChannelFactoryload - The channel initial load.Copyright © 2016. All rights reserved.