public class JCorrelatorBuilder extends BaseCorrelatorBuilder
| Constructor and Description |
|---|
JCorrelatorBuilder(String name) |
build, getMeta, getOnAcceptAsFirstCallback, getOnDurationCallback, getOnEventCallback, setOnAcceptAsFirstCallback, setOnDurationCallback, setOnEventCallbackgetName, getOnInitCallback, setOnInitCallbackclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic JCorrelatorBuilder(String name)
public JCorrelatorBuilder withName(String name)
withName in interface CorrelatorBuilderwithName in interface EventProcessorBuilder<Correlator>withName in interface EventSetProcessorBuilder<Correlator>withName in interface ProcessorBuilder<Correlator>withName in class BaseCorrelatorBuilderpublic JCorrelatorBuilder withLabel(String label)
withLabel in interface CorrelatorBuilderwithLabel in interface EventProcessorBuilder<Correlator>withLabel in interface EventSetProcessorBuilder<Correlator>withLabel in interface ProcessorBuilder<Correlator>withLabel in class BaseCorrelatorBuilderpublic JCorrelatorBuilder withDescription(String description)
withDescription in interface CorrelatorBuilderwithDescription in interface EventProcessorBuilder<Correlator>withDescription in interface EventSetProcessorBuilder<Correlator>withDescription in interface ProcessorBuilder<Correlator>withDescription in class BaseCorrelatorBuilderpublic JCorrelatorBuilder withVersion(Integer version)
withVersion in interface CorrelatorBuilderwithVersion in interface EventProcessorBuilder<Correlator>withVersion in interface EventSetProcessorBuilder<Correlator>withVersion in interface ProcessorBuilder<Correlator>withVersion in class BaseCorrelatorBuilderpublic JCorrelatorBuilder 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 BaseCorrelatorBuilderpublic JCorrelatorBuilder 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 BaseCorrelatorBuilderpublic JCorrelatorBuilder withCategory(String category)
withCategory in interface CorrelatorBuilderwithCategory in interface EventProcessorBuilder<Correlator>withCategory in interface EventSetProcessorBuilder<Correlator>withCategory in interface ProcessorBuilder<Correlator>withCategory in class BaseCorrelatorBuilderpublic JCorrelatorBuilder withEvents(List<String> eventNames)
withEvents in interface CorrelatorBuilderwithEvents in interface EventProcessorBuilder<Correlator>withEvents in interface EventSetProcessorBuilder<Correlator>withEvents in class BaseCorrelatorBuilderpublic JCorrelatorBuilder withEvents(String... eventNames)
public JCorrelatorBuilder withEvent(String eventName)
withEvent in interface CorrelatorBuilderwithEvent in interface EventProcessorBuilder<Correlator>withEvent in interface EventSetProcessorBuilder<Correlator>withEvent in class BaseCorrelatorBuilderpublic JCorrelatorBuilder withDuration(Duration duration)
withDuration in interface CorrelatorBuilderwithDuration in interface EventSetProcessorBuilder<Correlator>withDuration in class BaseCorrelatorBuilderpublic JCorrelatorBuilder withSynchronous(Boolean synchronous)
withSynchronous in interface CorrelatorBuilderwithSynchronous in interface EventSetProcessorBuilder<Correlator>withSynchronous in class BaseCorrelatorBuilderpublic JCorrelatorBuilder withMaxInstances(int maxInstances)
withMaxInstances in interface CorrelatorBuilderwithMaxInstances in class BaseCorrelatorBuilderpublic JCorrelatorBuilder withInstanceSynchronous(boolean instanceSynchronous)
withInstanceSynchronous in interface CorrelatorBuilderwithInstanceSynchronous in class BaseCorrelatorBuilderpublic JCorrelatorBuilder 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 BaseCorrelatorBuilderpublic JCorrelatorBuilder withOnAcceptAsFirst(CorrelatorOnAcceptAsFirstCallback onAcceptAsFirstCallback)
withOnAcceptAsFirst in interface CorrelatorBuilderwithOnAcceptAsFirst in class BaseCorrelatorBuilderpublic JCorrelatorBuilder withOnEvent(CorrelatorOnEventCallback onEventCallback)
withOnEvent in interface CorrelatorBuilderwithOnEvent in class BaseCorrelatorBuilderpublic JCorrelatorBuilder withOnDuration(CorrelatorOnDurationCallback onDurationCallback)
withOnDuration in interface CorrelatorBuilderwithOnDuration in class BaseCorrelatorBuilderCopyright © 2016–2020 Softelnet. All rights reserved.