T - Type of the request entries.@PublicEvolving
public interface ResultHandler<T>
AsyncSinkWriter request.| Modifier and Type | Method and Description |
|---|---|
void |
complete()
Mark the in-flight request as completed successfully.
|
void |
completeExceptionally(Exception e)
Fail job with fatal exception.
|
void |
retryForEntries(List<T> requestEntriesToRetry)
Requeue Failed entries to retry.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.