Spring Integration Kafka Support

org.springframework.integration.kafka.listener
Class LoggingErrorHandler

java.lang.Object
  extended by org.springframework.integration.kafka.listener.LoggingErrorHandler
All Implemented Interfaces:
ErrorHandler

public class LoggingErrorHandler
extends java.lang.Object
implements ErrorHandler

Author:
Marius Bogoevici

Constructor Summary
LoggingErrorHandler()
           
 
Method Summary
 void handle(java.lang.Exception thrownException, KafkaMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingErrorHandler

public LoggingErrorHandler()
Method Detail

handle

public void handle(java.lang.Exception thrownException,
                   KafkaMessage message)
Specified by:
handle in interface ErrorHandler

Spring Integration Kafka Support