All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.dev.neeffect.nee.ctx.web.ApplicationContextProvider.kt Maven / Gradle / Ivy

There is a newer version: 0.7.5
Show newest version
package dev.neeffect.nee.ctx.web

import dev.neeffect.nee.ANee

/**
 * Generic app context.
 */
interface ApplicationContextProvider {
    suspend fun serve(businessFunction: ANee, localParam: LOCAL)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy