Class DbResultSupport

  • All Implemented Interfaces:
    Handler, Service, BiConsumer<ServerRequest,​ServerResponse>

    @Deprecated
    public final class DbResultSupport
    extends Object
    implements Service, Handler
    Deprecated.
    This class is a hack to work around insufficient support for stream of objects in WebServer - the update to WebServer is in progress. This module will be removed.
    Support to write DbRows directly to webserver. This result support creates an array of json objects and writes them to the response entity.