Uses of Interface
org.mule.sdk.api.runtime.source.PollContext
Packages that use PollContext
-
Uses of PollContext in org.mule.sdk.api.runtime.source
Methods in org.mule.sdk.api.runtime.source with parameters of type PollContextModifier and TypeMethodDescriptionabstract voidPollingSource.poll(PollContext<T, A> pollContext) This method is responsible for obtaining the items to be dispatched and communicate them through thepollContextusing theaccept(Consumer)method.