public class ListenerBuilder extends KnowledgeBuilder
| Constructor and Description |
|---|
ListenerBuilder(ClassLoader classLoader,
ListenerModel listenerModel)
Creates a new ListenerBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
EventListener |
build(org.kie.api.event.KieRuntimeEventManager runtimeEventManager)
Builds an EventListener.
|
static List<ListenerBuilder> |
builders(ClassLoader classLoader,
KnowledgeComponentImplementationModel implementationModel)
Creates ListenerBuilders.
|
boolean |
wasAutomaticRegistration()
If automatic registration was performed.
|
getClassLoader, getServiceDomainpublic ListenerBuilder(ClassLoader classLoader, ListenerModel listenerModel)
classLoader - classLoaderlistenerModel - listenerModelpublic boolean wasAutomaticRegistration()
#build() has been called.public EventListener build(org.kie.api.event.KieRuntimeEventManager runtimeEventManager)
runtimeEventManager - runtimeEventManagerpublic static List<ListenerBuilder> builders(ClassLoader classLoader, KnowledgeComponentImplementationModel implementationModel)
classLoader - classLoaderimplementationModel - implementationModelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.