public class ProcessingStrategyBenchmark extends AbstractBenchmark
CONNECTOR_LOCATION, CONNECTOR_NAME, FLOW_NAME, KEY, PAYLOAD, VALUE| Constructor and Description |
|---|
ProcessingStrategyBenchmark() |
| Modifier and Type | Method and Description |
|---|---|
CoreEvent |
directAllSink() |
CoreEvent |
directPipeline() |
CoreEvent |
directProcessor() |
CoreEvent |
directSink() |
CoreEvent |
emitterAllSink() |
CoreEvent |
emitterPipeline() |
CoreEvent |
emitterProcessor() |
CoreEvent |
emitterSink() |
void |
setUp() |
CoreEvent |
workQueueAllSink() |
CoreEvent |
workQueuePipeline() |
CoreEvent |
workQueueProcessor() |
CoreEvent |
workQueueSink() |
createEvent, createEvent, createFlow, createMuleContextWithServicespublic void setUp()
throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionpublic CoreEvent directSink()
public CoreEvent emitterSink()
public CoreEvent workQueueSink()
public CoreEvent directPipeline()
public CoreEvent emitterPipeline()
public CoreEvent workQueuePipeline()
public CoreEvent directProcessor()
public CoreEvent emitterProcessor()
public CoreEvent workQueueProcessor()
public CoreEvent directAllSink()
public CoreEvent emitterAllSink()
public CoreEvent workQueueAllSink()
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.