public class DefaultChannelFactory extends Object implements ChannelFactory
Constructor and Description |
---|
DefaultChannelFactory() |
Modifier and Type | Method and Description |
---|---|
Channel |
create(String name,
String type) |
Class<? extends Channel> |
getClass(String type) |
public Channel create(String name, String type) throws FlumeException
create
in interface ChannelFactory
FlumeException
public Class<? extends Channel> getClass(String type) throws FlumeException
getClass
in interface ChannelFactory
FlumeException
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.