Uses of Interface
org.mule.sdk.api.runtime.source.PollContext.PollItem
Packages that use PollContext.PollItem
-
Uses of PollContext.PollItem in org.mule.sdk.api.runtime.source
Methods in org.mule.sdk.api.runtime.source that return PollContext.PollItemModifier and TypeMethodDescriptionAssociates this item to a unique identifier.Sets the item content in the form of aResultPollContext.PollItem.setWatermark(Serializable watermark) Sets the watermark value associated to this item.Method parameters in org.mule.sdk.api.runtime.source with type arguments of type PollContext.PollItemModifier and TypeMethodDescriptionPollContext.accept(Consumer<PollContext.PollItem<T, A>> consumer) Submits an item to be processed.