Class HtmlContinuationAsync<E extends org.xmlet.htmlapifaster.Element,T>

java.lang.Object
htmlflow.continuations.HtmlContinuation
htmlflow.continuations.HtmlContinuationAsync<E,T>
Type Parameters:
E - the type of the parent HTML element received by the dynamic HTML block.
T - the type of the template's model.

public class HtmlContinuationAsync<E extends org.xmlet.htmlapifaster.Element,T> extends HtmlContinuation
HtmlContinuation for an asynchronous block (i.e. AwaitConsumer) depending of an asynchronous object model. The next continuation will be invoked on completion of asynchronous object model.