Package backtraceio.library.events
Interface EventsRequestHandler
-
public interface EventsRequestHandlerInterface 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 EventsResultonRequest(EventsPayload data)Event which will be executed instead of default request to Backtrace API
-
-
-
Method Detail
-
onRequest
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- Returns:
- response on request
-
-