public interface ErrorHandler
StoreFuncInterface.putNext(Tuple)
Modifier and Type | Method and Description |
---|---|
void |
onError(String uniqueSignature,
Exception e,
Tuple inputTuple)
Method invoked when an error occurs processing of tuple
|
void |
onSuccess(String uniqueSignature)
Method invoked on success processing of tuple
|
void onSuccess(String uniqueSignature)
uniqueSignature
- a unique signature to identify the operatorCopyright © 2007-2017 The Apache Software Foundation