Package backtraceio.library.events
Interface OnSuccessfulBreadcrumbAddEventListener
-
public interface OnSuccessfulBreadcrumbAddEventListenerInterface definition for a callback to be invoked after successfully storing a new breadcrumb.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSuccessfulAdd(long breadcrumbId)Event which will be executed after successfully storing a new breadcrumb.
-