@MediaType(value="application/json")
@BackPressure(supportedModes={WAIT,DROP})
@ClusterSupport(value=NOT_SUPPORTED)
public class CitizenPollingSourceWrapper
extends org.mule.runtime.extension.api.runtime.source.PollingSource<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes>
| Constructor and Description |
|---|
CitizenPollingSourceWrapper(String path) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
void |
onRejectedItem(org.mule.runtime.extension.api.runtime.operation.Result<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes> result,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext) |
void |
poll(org.mule.runtime.extension.api.runtime.source.PollContext<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes> pollContext) |
public CitizenPollingSourceWrapper(String path)
protected void doStart()
throws org.mule.runtime.api.exception.MuleException
doStart in class org.mule.runtime.extension.api.runtime.source.PollingSource<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes>org.mule.runtime.api.exception.MuleExceptionprotected void doStop()
doStop in class org.mule.runtime.extension.api.runtime.source.PollingSource<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes>public void poll(org.mule.runtime.extension.api.runtime.source.PollContext<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes> pollContext)
poll in class org.mule.runtime.extension.api.runtime.source.PollingSource<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes>public void onRejectedItem(org.mule.runtime.extension.api.runtime.operation.Result<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes> result, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext)
onRejectedItem in class org.mule.runtime.extension.api.runtime.source.PollingSource<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes>Copyright © 2023 MuleSoft, Inc.. All rights reserved.