Interface ResultHandler<T>
-
- Type Parameters:
T- Type of the request entries.
@PublicEvolving public interface ResultHandler<T>Interface to handle the result of aAsyncSinkWriterrequest.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomplete()Mark the in-flight request as completed successfully.voidcompleteExceptionally(Exception e)Fail job with fatal exception.voidretryForEntries(List<T> requestEntriesToRetry)Requeue Failed entries to retry.
-