public class SimpleAggregatorSharedInformation extends Object implements AggregatorSharedInformation
| Constructor and Description |
|---|
SimpleAggregatorSharedInformation() |
| Modifier and Type | Method and Description |
|---|---|
AggregatedContent |
getAggregatedContent() |
String |
getAggregationId() |
AsyncTask |
getAsyncAggregationTask() |
AggregatedContent |
getContent() |
AsyncTask |
getRegisteredAsyncAggregationTask() |
void |
registerAsyncAggregationTask(AsyncTask task) |
void |
setAggregatedContent(AggregatedContent content) |
void |
setAggregationId(String aggregationId) |
void |
setAsyncAggregationTask(AsyncTask asyncAggregationTask) |
void |
setContent(AggregatedContent content) |
boolean |
shouldRegisterNextAsyncAggregation() |
void |
unregisterAsyncAggregationTask() |
boolean |
upgradeIfNeeded()
Deprecated.
|
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)
@Deprecated public boolean upgradeIfNeeded()
upgradeIfNeeded in interface AggregatorSharedInformationpublic AggregatedContent getContent()
public void setContent(AggregatedContent content)
public AsyncTask getAsyncAggregationTask()
public void setAsyncAggregationTask(AsyncTask asyncAggregationTask)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.