| Package | Description |
|---|---|
| org.mule.runtime.extension.api.runtime.source |
| Modifier and Type | Method and Description |
|---|---|
PollContext.PollItem<T,A> |
PollContext.PollItem.setId(String id)
Associates this item to a unique identifier.
|
PollContext.PollItem<T,A> |
PollContext.PollItem.setResult(Result<T,A> result)
Sets the item content in the form of a
Result |
PollContext.PollItem<T,A> |
PollContext.PollItem.setWatermark(Serializable watermark)
Sets the watermark value associated to this item.
|
| Modifier and Type | Method and Description |
|---|---|
PollContext.PollItemStatus |
PollContext.accept(Consumer<PollContext.PollItem<T,A>> consumer)
Submits an item to be processed.
|
Copyright © 2018 MuleSoft, Inc.. All rights reserved.