Interface TinyTrackService.Collector
-
- All Implemented Interfaces:
public interface TinyTrackService.Collectoraysnc collect tracking to different impl, e.g. Dao to database
-
-
Method Summary
Modifier and Type Method Description abstract voidcollect(@NotNull() TinyTracking tracking)-
-
Method Detail
-
collect
abstract void collect(@NotNull() TinyTracking tracking)
-
-
-
-