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