public interface ErrorHandler
StoreFuncInterface.putNext(Tuple)| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.String uniqueSignature,
java.lang.Exception e)
Method invoked when an error occurs processing of tuple
|
void |
onSuccess(java.lang.String uniqueSignature)
Method invoked on success processing of tuple
|
void onSuccess(java.lang.String uniqueSignature)
uniqueSignature - a unique signature to identify the operatorvoid onError(java.lang.String uniqueSignature,
java.lang.Exception e)
uniqueSignature - a unique signature to identify the operatore - Exception encountered while processing inputinputTuple - the tuple to store.Copyright © 2007-2025 The Apache Software Foundation