Type Parameters:
T - the generic type for the generated message's payload
A - the generic type for the generated message's attributes

@MinMuleVersion("4.1") @NoImplement public interface PollContext<T,A>
Contains context associated to each polling execution, and allows to dispatch items for execution through the accept(Consumer) method. Depending on how the supplied PollContext.PollItem is configured, the runtime will automatically apply watermarking, idempotency, etc.
Since:
1.1
See Also:
  • Method Details