public interface EventSetProcessorMeta extends EventProcessorMeta
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDuration()
Returns a duration.
|
boolean |
hasDuration()
Informs whether this event set processor has a duration.
|
Boolean |
isSynchronous()
Returns
true if this event set processor is synchronous. |
void |
setDuration(Duration duration)
Sets a duration.
|
void |
setSynchronous(Boolean synchronous)
Sets synchronous flag.
|
addEventNames, getEventName, getEventNames, setEventNamesgetCategory, setCategorygetDescription, getLabel, getName, setDescription, setLabel, setNamegetVersion, setVersiongetFeatures, setFeaturesvoid setDuration(Duration duration)
duration - a duration.Duration getDuration()
boolean hasDuration()
true if this event set processor has duration.Boolean isSynchronous()
true if this event set processor is synchronous.true if this event set processor is synchronous. null value means that the default value should be used.void setSynchronous(Boolean synchronous)
synchronous - synchronous flag.Copyright © 2016–2021 Softelnet. All rights reserved.