Class AsyncResponseConsumer

java.lang.Object
org.jboss.resteasy.core.AsyncResponseConsumer

public abstract class AsyncResponseConsumer extends Object
Version:
$Revision: 1 $ The basic idea implemented by AsyncResponseConsumer is that a resource method returns a CompletionStage, an Observable, etc., and some version of AsyncResponseConsumer subscribes to it. Each subclass of AsyncResponseConsumer knows how to handle new data items as they are provided.
Author:
Ron Sigal