public class ExportHelper
extends java.lang.Object
| Constructor and Description | 
|---|
ExportHelper()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ClientSideServiceProvider | 
core(java.lang.String sessionId)  | 
static java.lang.Void | 
error(io.vertx.core.http.HttpServerResponse response,
     java.lang.String container,
     java.lang.Throwable e)  | 
static void | 
export(io.vertx.core.Vertx vertx,
      java.lang.String sessionId,
      io.vertx.core.http.HttpServerRequest request,
      java.lang.String type,
      java.lang.String containerUid,
      java.util.function.Function<ClientSideServiceProvider,Stream> export)  | 
public static void export(io.vertx.core.Vertx vertx,
                          java.lang.String sessionId,
                          io.vertx.core.http.HttpServerRequest request,
                          java.lang.String type,
                          java.lang.String containerUid,
                          java.util.function.Function<ClientSideServiceProvider,Stream> export)
public static java.lang.Void error(io.vertx.core.http.HttpServerResponse response,
                                   java.lang.String container,
                                   java.lang.Throwable e)
public static ClientSideServiceProvider core(java.lang.String sessionId)
Copyright © 2023. All Rights Reserved.