public class BatchProxyInvocationHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
BatchProxyInvocationHandler(Object delegate,
InjectionReferences injectionRefs,
String... nonExceptionHandlingMethods) |
public BatchProxyInvocationHandler(Object delegate, InjectionReferences injectionRefs, String... nonExceptionHandlingMethods)
delegate - the internal delegate which does the real jobinjectionRefs - used to store any Exceptions and for CDI supportnonExceptionHandlingMethods - array of methods which should not cause the Exceptions to be stored in the StepContextCopyright © 2023 The Apache Software Foundation. All rights reserved.