| Package | Description |
|---|---|
| org.apache.nifi.processor.util.pattern |
| Modifier and Type | Method and Description |
|---|---|
<I> boolean |
ExceptionHandler.execute(C context,
I input,
ExceptionHandler.Procedure<I> procedure)
Executes specified procedure function with the input.
|
<I> boolean |
ExceptionHandler.execute(C context,
I input,
ExceptionHandler.Procedure<I> procedure,
ExceptionHandler.OnError<C,I> onError)
Executes specified procedure function with the input.
|
Copyright © 2019 Apache NiFi Project. All rights reserved.