| Constructor and Description |
|---|
CloudGatewayCompletion(ExContext ctx,
io.vertx.core.http.HttpServerRequest rawRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(Throwable throwable) |
void |
onNext(Void unused) |
void |
onSubscribe(org.reactivestreams.Subscription subscription) |
void |
postComplete()
提交异步完成
|
public CloudGatewayCompletion(ExContext ctx, io.vertx.core.http.HttpServerRequest rawRequest)
public void onSubscribe(org.reactivestreams.Subscription subscription)
onSubscribe in interface org.reactivestreams.Subscriber<Void>public void onNext(Void unused)
onNext in interface org.reactivestreams.Subscriber<Void>public void onError(Throwable throwable)
onError in interface org.reactivestreams.Subscriber<Void>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<Void>public void postComplete()
Copyright © 2025. All rights reserved.