org.apache.flume
Interface ChannelFactory

All Known Implementing Classes:
DefaultChannelFactory

public interface ChannelFactory


Method Summary
 Channel create(String name, String type)
           
 boolean unregister(Channel channel)
           
 

Method Detail

create

Channel create(String name,
               String type)
               throws FlumeException
Throws:
FlumeException

unregister

boolean unregister(Channel channel)


Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.