-
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 -
-
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
-
-
-
-