Package backtraceio.library.events
Interface RequestHandler
-
public interface RequestHandler
Interface definition for a callback to be invoked instead of default request to Backtrace API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BacktraceResult
onRequest(BacktraceData data)
Event which will be executed instead of default request to Backtrace API
-
-
-
Method Detail
-
onRequest
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- Returns:
- response on request
-
-