Am I correct in observing that I can only call pause() from the processElement() method? When I try to do it from a submission-handler method (doWhatever()) or from another method I call from processElement(), I get a "Continuations are not active for this class method" exception.

It would be nice (assuming it's technically possible) to be able to do continuations from submission handler methods too. Or, alternately, to be able to mark a particular method as pausable. Otherwise I have to pile all my logic into processElement() which is not too pretty.

As always, if this is discussed in the docs somewhere please point me to it. Otherwise, if someone confirms that I'm correct, I will update the Wiki to save the next person the trial and error.

-Steve
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to