Uses of Package
com.github.sttk.sabi

Packages that use com.github.sttk.sabi
Package
Description
 
  • Class
    Description
    AsyncGroup is the inferface to execute added Runner(s) asynchronously.
    Dax is the interface for a set of data access methods.
    DaxConn is the interface that represents a connection to a data store.
    DaxSrc is the interface that represents a data source like database, etc.,and creates a DaxConn which is a connection to the data source.
    Logic is the functional interface that represents a logical procedure.
    Runner is the interface that runs any procedure..