@MediaType(value="text/plain",
strict=false)
@Alias(value="listener")
public class DotaMatchFoundListener
extends org.mule.runtime.extension.api.runtime.source.PollingSource<Boolean,MatchFoundAttributes>
| Constructor and Description |
|---|
DotaMatchFoundListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
void |
onRejectedItem(org.mule.runtime.extension.api.runtime.operation.Result<Boolean,MatchFoundAttributes> result,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext sourceCallbackContext) |
void |
poll(org.mule.runtime.extension.api.runtime.source.PollContext<Boolean,MatchFoundAttributes> pollContext) |
protected void doStart()
throws org.mule.runtime.api.exception.MuleException
doStart in class org.mule.runtime.extension.api.runtime.source.PollingSource<Boolean,MatchFoundAttributes>org.mule.runtime.api.exception.MuleExceptionprotected void doStop()
doStop in class org.mule.runtime.extension.api.runtime.source.PollingSource<Boolean,MatchFoundAttributes>public void poll(org.mule.runtime.extension.api.runtime.source.PollContext<Boolean,MatchFoundAttributes> pollContext)
poll in class org.mule.runtime.extension.api.runtime.source.PollingSource<Boolean,MatchFoundAttributes>public void onRejectedItem(org.mule.runtime.extension.api.runtime.operation.Result<Boolean,MatchFoundAttributes> result, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext sourceCallbackContext)
onRejectedItem in class org.mule.runtime.extension.api.runtime.source.PollingSource<Boolean,MatchFoundAttributes>Copyright © 2018 MuleSoft, Inc.. All rights reserved.