| Package | Description |
|---|---|
| org.mule.runtime.extension.api.runtime.source |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PollingSource.poll(PollContext<T,A> pollContext)
This method is responsible for obtaining the items to be dispatched and communicate them through the
pollContext
using the accept(Consumer) method. |
Copyright © 2020 MuleSoft, Inc.. All rights reserved.