ConsumerErrorHandlerpublic class RethrowConsumerErrorHandler extends Object implements ConsumerErrorHandler
| Modifier and Type | Field | Description |
|---|---|---|
static RethrowConsumerErrorHandler |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handlerError(Throwable t,
Object target) |
callback method when an exception is thrown from the handler.
|
public static RethrowConsumerErrorHandler INSTANCE
public void handlerError(Throwable t, Object target)
ConsumerErrorHandlerhandlerError in interface ConsumerErrorHandlert - the exceptiontarget - the object that was passed to the row handlerCopyright © 2018. All rights reserved.