Class HttpEventCollectorErrorHandler

java.lang.Object
com.splunk.logging.HttpEventCollectorErrorHandler

public class HttpEventCollectorErrorHandler
extends Object
Splunk http event collector error handler. A user application can utilize HttpEventCollectorErrorHandler in order to detect errors caused by network connection and/or Splunk server. Usage example: HttpEventCollectorErrorHandler.onError(new HttpEventErrorHandler.ErrorCallback() { public void error(final String data, final Exception ex) { handle exception } });