org.specrunner.pipeline
Interface IChannelFactory

All Known Implementing Classes:
ChannelFactoryImpl

public interface IChannelFactory

Stand for a channel factory.

Author:
Thiago Santos

Method Summary
 IChannel newChannel()
          Creates a new channel.
 IChannel newChannel(Map<String,Object> load)
          Creates a new channel.
 

Method Detail

newChannel

IChannel newChannel()
Creates a new channel.

Returns:
A new channel.

newChannel

IChannel newChannel(Map<String,Object> load)
Creates a new channel.

Parameters:
load - The channel initial load.
Returns:
A new channel.


Copyright © 2014. All rights reserved.