Package com.smeup.kokos.sdk.dao
Interface TrackingDAO
- All Known Implementing Classes:
BatchTrackingDAO,FallbackTrackingDAO
public interface TrackingDAO
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprobe(ExecutionContext context) Checks whether the DAO is operational and ready to use.voidvoidtrackProgress(ExecutionContext context, int progress)
-
Method Details
-
trackFun
void trackFun(String meId, ExecutionContext context, Fun fun, FunStatus status, Throwable exception) -
trackProgress
-
probe
Checks whether the DAO is operational and ready to use.- Returns:
- true if the DAO is usable, false otherwise
-