| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.module.batch.internal.engine.buffer |
| Modifier and Type | Method and Description |
|---|---|
protected BatchProcessingTemplate |
FixedAggregatorTransactionRecordBuffer.makeProcessingTemplate(com.google.common.collect.Multimap<BatchTransactionContext,Record> contexts,
org.mule.runtime.core.api.processor.Processor processor,
org.mule.runtime.core.api.MuleContext muleContext) |
protected BatchProcessingTemplate |
StreamingAggregatorBuffer.makeProcessingTemplate(com.google.common.collect.Multimap<BatchTransactionContext,Record> records,
org.mule.runtime.core.api.processor.Processor processor,
org.mule.runtime.core.api.MuleContext muleContext) |
protected BatchProcessingTemplate |
FixedAggregatorRecordBuffer.makeProcessingTemplate(com.google.common.collect.Multimap<BatchTransactionContext,Record> contexts,
org.mule.runtime.core.api.processor.Processor processor,
org.mule.runtime.core.api.MuleContext muleContext) |
protected abstract BatchProcessingTemplate |
AggregatorRecordBuffer.makeProcessingTemplate(com.google.common.collect.Multimap<BatchTransactionContext,Record> records,
org.mule.runtime.core.api.processor.Processor processor,
org.mule.runtime.core.api.MuleContext muleContext)
Returns the
BatchProcessingTemplate through which AggregatorRecordBuffer.chain will be executed |
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.