public interface CorrelatorMeta extends EventSetProcessorMeta
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxInstances()
Returns the maximum number of concurrent instances allowed for this correlator.
|
boolean |
isInstanceSynchronous()
Returns the instance synchronous flag.
|
void |
setInstanceSynchronous(boolean instanceSynchronous)
Sets the instance synchronous flag.
|
void |
setMaxInstances(int maxInstances)
Sets the maximum number of concurrent instances allowed for this correlator.
|
getDuration, hasDuration, isSynchronous, setDuration, setSynchronousaddEventNames, getEventName, getEventNames, setEventNamesgetCategory, setCategorygetDescription, getLabel, getName, setDescription, setLabel, setNamegetVersion, setVersiongetFeatures, setFeaturesvoid setMaxInstances(int maxInstances)
maxInstances - the maximum number of concurrent instances allowed for this correlator.int getMaxInstances()
void setInstanceSynchronous(boolean instanceSynchronous)
instanceSynchronous - the instance synchronous flag.boolean isInstanceSynchronous()
true (the default value), one instance of the correlator will process only one
event at a time. If false, one instance of the correlator will process many events concurrently. In that case the correlator
has to be thread safe.Copyright © 2016–2021 Softelnet. All rights reserved.