public abstract class JCorrelator extends BaseCorrelator
| Constructor and Description |
|---|
JCorrelator() |
| Modifier and Type | Method and Description |
|---|---|
JCorrelator |
withCategory(String category) |
JCorrelator |
withDescription(String description) |
JCorrelator |
withDuration(Duration duration) |
JCorrelator |
withEvent(String eventName) |
JCorrelator |
withEvents(List<String> eventNames) |
JCorrelator |
withEvents(String... events) |
JCorrelator |
withFeature(String name,
Object value) |
JCorrelator |
withFeatures(Map<String,Object> features) |
JCorrelator |
withInstanceSynchronous(boolean instanceSynchronous) |
JCorrelator |
withLabel(String label) |
JCorrelator |
withMaxInstances(int maxInstances) |
JCorrelator |
withName(String name) |
JCorrelator |
withSynchronous(Boolean synchronous) |
JCorrelator |
withVersion(Integer version) |
createAdapter, finish, getLock, getMeta, onAcceptAsFirst, onDurationgetEventSetProcessorAdapterImpl, getFirstEvent, getGroupgetAdapter, getKb, getKnowledgeBase, getLogger, getSponge, onInit, setAdapter, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitonEventgetFirstEvent, getGroupgetAdapter, getLogger, onConfigure, onInitgetKnowledgeBasepublic final JCorrelator withName(String name)
withName in class BaseCorrelatorpublic final JCorrelator withLabel(String label)
withLabel in class BaseCorrelatorpublic final JCorrelator withDescription(String description)
withDescription in class BaseCorrelatorpublic final JCorrelator withVersion(Integer version)
withVersion in class BaseCorrelatorpublic final JCorrelator withFeatures(Map<String,Object> features)
withFeatures in class BaseCorrelatorpublic final JCorrelator withFeature(String name, Object value)
withFeature in class BaseCorrelatorpublic final JCorrelator withCategory(String category)
withCategory in class BaseCorrelatorpublic final JCorrelator withEvents(List<String> eventNames)
withEvents in class BaseCorrelatorpublic final JCorrelator withEvents(String... events)
public final JCorrelator withEvent(String eventName)
withEvent in class BaseCorrelatorpublic final JCorrelator withDuration(Duration duration)
withDuration in class BaseCorrelatorpublic final JCorrelator withSynchronous(Boolean synchronous)
withSynchronous in class BaseCorrelatorpublic final JCorrelator withMaxInstances(int maxInstances)
withMaxInstances in class BaseCorrelatorpublic final JCorrelator withInstanceSynchronous(boolean instanceSynchronous)
withInstanceSynchronous in class BaseCorrelatorCopyright © 2016–2019 Softelnet. All rights reserved.