public interface SequenceSender<E>
ResequencerEngine.deliver() and
ResequencerEngine.deliverNext() methods to send out re-ordered
elements.| Modifier and Type | Method and Description |
|---|---|
void |
sendElement(E o)
Sends the given element.
|
void sendElement(E o) throws Exception
o - a re-ordered element.Exception - if delivery fails.Apache Camel