public class AggregatorListener extends org.mule.runtime.extension.api.runtime.source.Source<org.mule.runtime.api.message.Message,AggregationAttributes>
| Constructor and Description |
|---|
AggregatorListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggregatorName() |
org.mule.runtime.extension.api.runtime.source.SourceCallback |
getCallback() |
AggregatorManager |
getManager() |
org.mule.runtime.extension.api.runtime.source.SourceCallback<org.mule.runtime.api.message.Message,AggregationAttributes> |
getSourceCallback() |
Boolean |
getStarted() |
Object |
getStartLock() |
boolean |
isIncludeTimedOutGroups() |
boolean |
isStarted() |
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<org.mule.runtime.api.message.Message,AggregationAttributes> sourceCallback) |
void |
onStop() |
void |
setAggregatorName(String aggregatorName) |
void |
setIncludeTimedOutGroups(boolean includeTimedOutGroups) |
void |
setManager(AggregatorManager manager) |
void |
setSourceCallback(org.mule.runtime.extension.api.runtime.source.SourceCallback<org.mule.runtime.api.message.Message,AggregationAttributes> sourceCallback) |
void |
setStarted(Boolean started) |
boolean |
shouldIncludeTimedOutGroups() |
public Object getStartLock()
public AggregatorManager getManager()
public void setManager(AggregatorManager manager)
public String getAggregatorName()
public void setAggregatorName(String aggregatorName)
public boolean isIncludeTimedOutGroups()
public void setIncludeTimedOutGroups(boolean includeTimedOutGroups)
public Boolean getStarted()
public void setStarted(Boolean started)
public org.mule.runtime.extension.api.runtime.source.SourceCallback<org.mule.runtime.api.message.Message,AggregationAttributes> getSourceCallback()
public void setSourceCallback(org.mule.runtime.extension.api.runtime.source.SourceCallback<org.mule.runtime.api.message.Message,AggregationAttributes> sourceCallback)
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<org.mule.runtime.api.message.Message,AggregationAttributes> sourceCallback) throws org.mule.runtime.api.exception.MuleException
onStart in class org.mule.runtime.extension.api.runtime.source.Source<org.mule.runtime.api.message.Message,AggregationAttributes>org.mule.runtime.api.exception.MuleExceptionpublic void onStop()
onStop in class org.mule.runtime.extension.api.runtime.source.Source<org.mule.runtime.api.message.Message,AggregationAttributes>public boolean isStarted()
public org.mule.runtime.extension.api.runtime.source.SourceCallback getCallback()
public boolean shouldIncludeTimedOutGroups()
Copyright © 2024 MuleSoft, Inc.. All rights reserved.