Package io.undertow.client
Interface ClientCallback<T>
public interface ClientCallback<T>
- Author:
- Emanuel Muckenhuber
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when an operation completed.void
Invoked 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
-