public interface CorrelatorBuilder extends EventSetProcessorBuilder<Correlator>
build, getNameCorrelatorBuilder withName(String name)
withName in interface EventProcessorBuilder<Correlator>withName in interface EventSetProcessorBuilder<Correlator>withName in interface ProcessorBuilder<Correlator>CorrelatorBuilder withLabel(String label)
withLabel in interface EventProcessorBuilder<Correlator>withLabel in interface EventSetProcessorBuilder<Correlator>withLabel in interface ProcessorBuilder<Correlator>CorrelatorBuilder withDescription(String description)
withDescription in interface EventProcessorBuilder<Correlator>withDescription in interface EventSetProcessorBuilder<Correlator>withDescription in interface ProcessorBuilder<Correlator>CorrelatorBuilder withVersion(Integer version)
withVersion in interface EventProcessorBuilder<Correlator>withVersion in interface EventSetProcessorBuilder<Correlator>withVersion in interface ProcessorBuilder<Correlator>CorrelatorBuilder withFeatures(Map<String,Object> features)
withFeatures in interface EventProcessorBuilder<Correlator>withFeatures in interface EventSetProcessorBuilder<Correlator>withFeatures in interface ProcessorBuilder<Correlator>CorrelatorBuilder withFeature(String name, Object value)
withFeature in interface EventProcessorBuilder<Correlator>withFeature in interface EventSetProcessorBuilder<Correlator>withFeature in interface ProcessorBuilder<Correlator>CorrelatorBuilder withCategory(String category)
withCategory in interface EventProcessorBuilder<Correlator>withCategory in interface EventSetProcessorBuilder<Correlator>withCategory in interface ProcessorBuilder<Correlator>CorrelatorBuilder withEvents(List<String> eventNames)
withEvents in interface EventProcessorBuilder<Correlator>withEvents in interface EventSetProcessorBuilder<Correlator>CorrelatorBuilder withEvent(String eventName)
withEvent in interface EventProcessorBuilder<Correlator>withEvent in interface EventSetProcessorBuilder<Correlator>CorrelatorBuilder withDuration(Duration duration)
withDuration in interface EventSetProcessorBuilder<Correlator>CorrelatorBuilder withSynchronous(Boolean synchronous)
withSynchronous in interface EventSetProcessorBuilder<Correlator>CorrelatorBuilder withMaxInstances(int maxInstances)
CorrelatorBuilder withInstanceSynchronous(boolean instanceSynchronous)
CorrelatorBuilder withOnInit(ProcessorOnInitCallback<Correlator> onInitCallback)
withOnInit in interface EventProcessorBuilder<Correlator>withOnInit in interface EventSetProcessorBuilder<Correlator>withOnInit in interface ProcessorBuilder<Correlator>CorrelatorBuilder withOnAcceptAsFirst(CorrelatorOnAcceptAsFirstCallback onAcceptAsFirstCallback)
CorrelatorBuilder withOnEvent(CorrelatorOnEventCallback onEventCallback)
CorrelatorBuilder withOnDuration(CorrelatorOnDurationCallback onDurationCallback)
Copyright © 2016–2020 Softelnet. All rights reserved.