public class SimpleAggregatorSharedInformation extends Object implements AggregatorSharedInformation
| Constructor and Description |
|---|
SimpleAggregatorSharedInformation() |
| Modifier and Type | Method and Description |
|---|---|
AggregatedContent |
getAggregatedContent() |
String |
getAggregationId() |
AsyncTask |
getRegisteredAsyncAggregationTask() |
void |
registerAsyncAggregationTask(AsyncTask task) |
void |
setAggregatedContent(AggregatedContent content) |
void |
setAggregationId(String aggregationId) |
boolean |
shouldRegisterNextAsyncAggregation() |
void |
unregisterAsyncAggregationTask() |
public AggregatedContent getAggregatedContent()
public void setAggregatedContent(AggregatedContent content)
public boolean shouldRegisterNextAsyncAggregation()
public void registerAsyncAggregationTask(AsyncTask task)
public void unregisterAsyncAggregationTask()
public AsyncTask getRegisteredAsyncAggregationTask()
public String getAggregationId()
public void setAggregationId(String aggregationId)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.