Class 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 HttpEventCollectorErrorHandler.ErrorCallback() { public void error(final String data, final Exception ex) { // handle exception } });
    • Constructor Detail

      • HttpEventCollectorErrorHandler

        public HttpEventCollectorErrorHandler()