public class BaseCorrelatorBuilder extends BaseEventSetProcessorBuilder<Correlator> implements CorrelatorBuilder
| Constructor and Description |
|---|
BaseCorrelatorBuilder(String name) |
getName, getOnInitCallback, setOnInitCallbackclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic BaseCorrelatorBuilder(String name)
public BaseCorrelatorMeta getMeta()
getMeta in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withName(String name)
withName in interface CorrelatorBuilderwithName in interface EventProcessorBuilder<Correlator>withName in interface EventSetProcessorBuilder<Correlator>withName in interface ProcessorBuilder<Correlator>withName in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withLabel(String label)
withLabel in interface CorrelatorBuilderwithLabel in interface EventProcessorBuilder<Correlator>withLabel in interface EventSetProcessorBuilder<Correlator>withLabel in interface ProcessorBuilder<Correlator>withLabel in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withDescription(String description)
withDescription in interface CorrelatorBuilderwithDescription in interface EventProcessorBuilder<Correlator>withDescription in interface EventSetProcessorBuilder<Correlator>withDescription in interface ProcessorBuilder<Correlator>withDescription in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withVersion(Integer version)
withVersion in interface CorrelatorBuilderwithVersion in interface EventProcessorBuilder<Correlator>withVersion in interface EventSetProcessorBuilder<Correlator>withVersion in interface ProcessorBuilder<Correlator>withVersion in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withFeatures(Map<String,Object> features)
withFeatures in interface CorrelatorBuilderwithFeatures in interface EventProcessorBuilder<Correlator>withFeatures in interface EventSetProcessorBuilder<Correlator>withFeatures in interface ProcessorBuilder<Correlator>withFeatures in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withFeature(String name, Object value)
withFeature in interface CorrelatorBuilderwithFeature in interface EventProcessorBuilder<Correlator>withFeature in interface EventSetProcessorBuilder<Correlator>withFeature in interface ProcessorBuilder<Correlator>withFeature in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withCategory(String category)
withCategory in interface CorrelatorBuilderwithCategory in interface EventProcessorBuilder<Correlator>withCategory in interface EventSetProcessorBuilder<Correlator>withCategory in interface ProcessorBuilder<Correlator>withCategory in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withEvents(List<String> eventNames)
withEvents in interface CorrelatorBuilderwithEvents in interface EventProcessorBuilder<Correlator>withEvents in interface EventSetProcessorBuilder<Correlator>withEvents in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withEvent(String eventName)
withEvent in interface CorrelatorBuilderwithEvent in interface EventProcessorBuilder<Correlator>withEvent in interface EventSetProcessorBuilder<Correlator>withEvent in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withDuration(Duration duration)
withDuration in interface CorrelatorBuilderwithDuration in interface EventSetProcessorBuilder<Correlator>withDuration in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withSynchronous(Boolean synchronous)
withSynchronous in interface CorrelatorBuilderwithSynchronous in interface EventSetProcessorBuilder<Correlator>withSynchronous in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withMaxInstances(int maxInstances)
withMaxInstances in interface CorrelatorBuilderpublic BaseCorrelatorBuilder withInstanceSynchronous(boolean instanceSynchronous)
withInstanceSynchronous in interface CorrelatorBuilderpublic BaseCorrelatorBuilder withOnInit(ProcessorOnInitCallback<Correlator> onInitCallback)
withOnInit in interface CorrelatorBuilderwithOnInit in interface EventProcessorBuilder<Correlator>withOnInit in interface EventSetProcessorBuilder<Correlator>withOnInit in interface ProcessorBuilder<Correlator>withOnInit in class BaseEventSetProcessorBuilder<Correlator>public BaseCorrelatorBuilder withOnAcceptAsFirst(CorrelatorOnAcceptAsFirstCallback onAcceptAsFirstCallback)
withOnAcceptAsFirst in interface CorrelatorBuilderpublic BaseCorrelatorBuilder withOnEvent(CorrelatorOnEventCallback onEventCallback)
withOnEvent in interface CorrelatorBuilderpublic BaseCorrelatorBuilder withOnDuration(CorrelatorOnDurationCallback onDurationCallback)
withOnDuration in interface CorrelatorBuilderpublic CorrelatorOnAcceptAsFirstCallback getOnAcceptAsFirstCallback()
public void setOnAcceptAsFirstCallback(CorrelatorOnAcceptAsFirstCallback onAcceptAsFirstCallback)
public CorrelatorOnEventCallback getOnEventCallback()
public void setOnEventCallback(CorrelatorOnEventCallback onEventCallback)
public CorrelatorOnDurationCallback getOnDurationCallback()
public void setOnDurationCallback(CorrelatorOnDurationCallback onDurationCallback)
public Correlator build()
build in interface ProcessorBuilder<Correlator>Copyright © 2016–2020 Softelnet. All rights reserved.