public class ComponentFactory extends Object
| Constructor and Description |
|---|
ComponentFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
build(String className,
Object config) |
static Listener |
create(ListenerNode node) |
static Source |
create(SourceNode node) |
static Trigger |
create(TriggerNode node) |
public static Source create(SourceNode node) throws Exception
Exceptionpublic static Trigger create(TriggerNode node) throws Exception
Exceptionpublic static Listener create(ListenerNode node) throws Exception
ExceptionCopyright © 2018. All rights reserved.