public interface EventSetProcessorOperations extends EventProcessorOperations
| 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.
|
getFeatures, getKnowledgeBase, setFeaturesgetDescription, getLabel, getName, setDescription, setLabel, setNamegetVersion, setVersionboolean hasDuration()
true if this event set processor has duration.void setDuration(Duration duration)
duration - a duration.Duration getDuration()
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–2019 Softelnet. All rights reserved.