Package 

Interface RequestHandler


  • 
    public interface RequestHandler
    
                        

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

    • Method Summary

      Modifier and Type Method Description
      abstract BacktraceResult onRequest(BacktraceData 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 BacktraceResult onRequest(BacktraceData data)

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

        Parameters:
        data - which should be send to Backtrace API