| Modifier and Type | Field and Description |
|---|---|
static List<String> |
ALL_PETS |
static ExecutorService |
executor |
protected List<String> |
pets |
static Map<org.mule.runtime.extension.api.runtime.source.Source,Integer> |
POLL_INVOCATIONS |
static Integer |
STARTED_POLLS |
static List<org.mule.runtime.extension.api.runtime.source.Source> |
STARTED_SOURCES |
| Constructor and Description |
|---|
PetFailingPollingSource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
void |
onRejectedItem(org.mule.runtime.extension.api.runtime.operation.Result result,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext) |
void |
poll(org.mule.runtime.extension.api.runtime.source.PollContext<String,Void> pollContext) |
public static Integer STARTED_POLLS
public static Map<org.mule.runtime.extension.api.runtime.source.Source,Integer> POLL_INVOCATIONS
public static List<org.mule.runtime.extension.api.runtime.source.Source> STARTED_SOURCES
public static ExecutorService executor
protected void doStart()
throws org.mule.runtime.api.exception.MuleException
protected void doStop()
public void poll(org.mule.runtime.extension.api.runtime.source.PollContext<String,Void> pollContext)
public void onRejectedItem(org.mule.runtime.extension.api.runtime.operation.Result result,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.