public class BaseEventProcessorMeta extends BaseProcessorMeta implements EventProcessorMeta
| Constructor and Description |
|---|
BaseEventProcessorMeta() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEventNames(List<String> eventNames) |
String |
getEventName(int index) |
List<String> |
getEventNames()
Returns event names for which this processor definition is registered.
|
void |
setEventNames(List<String> eventNames)
Sets event names for which this processor definition is registered.
|
void |
update(BaseProcessorMeta source) |
getCategory, getDescription, getFeatures, getLabel, getName, getVersion, setCategory, setDescription, setFeatures, setLabel, setName, setVersion, withCategory, withDescription, withFeature, withFeatures, withLabel, withName, withVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCategory, setCategorygetDescription, getLabel, getName, setDescription, setLabel, setNamegetVersion, setVersiongetFeatures, setFeaturespublic List<String> getEventNames()
getEventNames in interface EventProcessorMetapublic void setEventNames(List<String> eventNames)
setEventNames in interface EventProcessorMetaeventNames - event names.public void addEventNames(List<String> eventNames)
addEventNames in interface EventProcessorMetapublic String getEventName(int index)
getEventName in interface EventProcessorMetapublic void update(BaseProcessorMeta source)
update in class BaseProcessorMetaCopyright © 2016–2021 Softelnet. All rights reserved.