Class HttpEventCollectorMiddleware


  • public class HttpEventCollectorMiddleware
    extends Object
    Splunk http event collector middleware implementation. A user application can utilize HttpEventCollectorMiddleware to customize the behavior of sending events to Splunk. A user application plugs middleware components to the HttpEventCollectorSender by calling addMiddleware method. HttpEventCollectorResendMiddleware.java is an example of how middleware can be used.