public static class ZipGenerator.Companion
@JvmStatic
public void downloadZip(@NotNull
io.vertx.core.Vertx vertx,
@NotNull
io.vertx.ext.web.RoutingContext context,
@NotNull
java.lang.String zipName,
@NotNull
java.util.List<io.zeko.restapi.core.utilities.zip.TempFile> files,
@Nullable
io.vertx.core.Handler<java.lang.Boolean> handler)