ActiveJourneyDb

interface ActiveJourneyDb

Functions

Link copied to clipboard
abstract fun cleanupActiveJourney(serverId: String, guid: String)
Link copied to clipboard
abstract fun createOrUpdate(serverId: String, journey: ActiveJourney, active: Boolean)
Link copied to clipboard
abstract fun getActive(serverId: String): List<ActiveJourney>
Link copied to clipboard
abstract fun getDeletedList(serverId: String): List<String>