Uses of Interface
org.apache.nifi.processor.util.pattern.ExceptionHandler.Procedure
-
Uses of ExceptionHandler.Procedure in org.apache.nifi.processor.util.pattern
Methods in org.apache.nifi.processor.util.pattern with parameters of type ExceptionHandler.ProcedureModifier and TypeMethodDescription<I> booleanExceptionHandler.execute(C context, I input, ExceptionHandler.Procedure<I> procedure) Executes specified procedure function with the input.<I> booleanExceptionHandler.execute(C context, I input, ExceptionHandler.Procedure<I> procedure, ExceptionHandler.OnError<C, I> onError) Executes specified procedure function with the input.