Package io.undertow.client
Interface ClientCallback<T>
public interface ClientCallback<T>
- Author:
- Emanuel Muckenhuber
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when an operation completed.voidInvoked when the operation failed.
-
Method Details
-
completed
Invoked when an operation completed.- Parameters:
result- the operation result
-
failed
Invoked when the operation failed.- Parameters:
e- the exception
-