public class QueueElementHandler extends Object implements ElementHandler
| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
DEFAULT_QUEUE_IMPL |
(package private) static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
QueueElementHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
void |
handleElement(ProcessContainer container,
Element element,
Variables variables,
DependencyInjection dependencyInjection) |
boolean |
handlesElement(Element element) |
static org.slf4j.Logger log
static final String DEFAULT_QUEUE_IMPL
public String getKey()
getKey in interface ElementHandlerElementHandler.getKey()public boolean handlesElement(Element element)
handlesElement in interface ElementHandlerElementHandler.handlesElement(org.w3c.dom.Element)public void handleElement(ProcessContainer container, Element element, Variables variables, DependencyInjection dependencyInjection) throws Exception
handleElement in interface ElementHandlerExceptionstream.runtime.ElementHandler#handleElement(stream.container.ProcessContainer,
org.w3c.dom.Element)Copyright © 2018. All rights reserved.