| Package | Description |
|---|---|
| org.mule.extension.aggregator.internal.storage.content | |
| org.mule.extension.aggregator.internal.storage.info |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAggregatedContent |
class |
SimpleAggregatedContent
Stores the aggregated content in memory until completion.
|
| Modifier and Type | Method and Description |
|---|---|
AggregatedContent |
SimpleAggregatorSharedInformation.getAggregatedContent() |
AggregatedContent |
GroupAggregatorSharedInformation.getAggregatedContent(String groupId) |
AggregatedContent |
SimpleAggregatorSharedInformation.getContent() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AggregatedContent> |
GroupAggregatorSharedInformation.getContentMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleAggregatorSharedInformation.setAggregatedContent(AggregatedContent content) |
void |
GroupAggregatorSharedInformation.setAggregatedContent(String groupId,
AggregatedContent content) |
void |
SimpleAggregatorSharedInformation.setContent(AggregatedContent content) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupAggregatorSharedInformation.setContentMap(Map<String,AggregatedContent> contentMap) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.