Class WatchStateManager
- java.lang.Object
-
- com.floragunn.signals.watch.state.WatchStateManager
-
public class WatchStateManager extends Object
-
-
Constructor Summary
Constructors Constructor Description WatchStateManager(String tenant, String node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(String watchId)WatchStategetWatchState(String watchId)Map<String,WatchState>reset(Map<String,WatchState> watchIdToStateMap)
-
-
-
Method Detail
-
reset
public Map<String,WatchState> reset(Map<String,WatchState> watchIdToStateMap)
-
getWatchState
public WatchState getWatchState(String watchId)
-
delete
public void delete(String watchId)
-
-