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 |
|---|---|
org.mule.runtime.extension.api.runtime.source.SourceCallback |
getCallback() |
boolean |
isStarted() |
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<org.mule.runtime.api.message.Message,AggregationAttributes> sourceCallback) |
void |
onStop() |
boolean |
shouldIncludeTimedOutGroups() |
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 © 2018 MuleSoft, Inc.. All rights reserved.