Package 

Interface ICondition

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean isMet(Map<String, Map<IConsistencyKeyEnum, RywData>> indexedTokens) Define a condition that "unblocks" execution e.g.
      abstract RywData getRywData(Map<String, Map<IConsistencyKeyEnum, RywData>> indexedTokens) Used to process tokens according to their format & return the newest token.
      abstract String getId() Every implementation should define a unique ID & make available via a companion object for ease of use
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait