- Enclosing interface:
- Sender
public static interface Sender.Callback
Write callback.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onComplete
(Context ctx, Throwable cause) Callback after forwrite
operation.
-
Method Details
-
onComplete
Callback after forwrite
operation.- Parameters:
ctx
- Web context.cause
- Cause in case of error ornull
for success.
-