public static interface ExceptionHandler.OnError<C,I>
| Modifier and Type | Method and Description |
|---|---|
default ExceptionHandler.OnError<C,I> |
andThen(ExceptionHandler.OnError<C,I> after) |
void |
apply(C context,
I input,
ErrorTypes.Result result,
Exception e) |
void apply(C context, I input, ErrorTypes.Result result, Exception e)
default ExceptionHandler.OnError<C,I> andThen(ExceptionHandler.OnError<C,I> after)
Copyright © 2019 Apache NiFi Project. All rights reserved.