Package 

Interface EventsRequestHandler


  • 
    public interface EventsRequestHandler
    
                        

    Interface definition for a callback to be invoked instead of default request to Backtrace API

    • Method Summary

      Modifier and Type Method Description
      abstract EventsResult onRequest(EventsPayload data) Event which will be executed instead of default request to Backtrace API
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onRequest

         abstract EventsResult onRequest(EventsPayload data)

        Event which will be executed instead of default request to Backtrace API

        Parameters:
        data - which should be send to Backtrace API