| Package | Description |
|---|---|
| org.mule.extension.aggregator.internal.storage.info | |
| org.mule.extension.aggregator.internal.task |
| Modifier and Type | Method and Description |
|---|---|
AsyncTask |
SimpleAggregatorSharedInformation.getRegisteredAsyncAggregationTask() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AsyncTask> |
GroupAggregatorSharedInformation.getRegisteredGroupEvictionTasks() |
Map<String,AsyncTask> |
GroupAggregatorSharedInformation.getRegisteredTimeoutAsyncAggregations() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleAggregatorSharedInformation.registerAsyncAggregationTask(AsyncTask task) |
void |
GroupAggregatorSharedInformation.registerGroupEvictionTask(String groupId,
AsyncTask groupEvictionTask) |
void |
GroupAggregatorSharedInformation.registerTimeoutAsyncAggregation(String groupId,
AsyncTask timeoutTask) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAsyncTask |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.