io.contentchef.callback.common.RequestExecutor.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contentchef-jvm-callback-common Show documentation
Show all versions of contentchef-jvm-callback-common Show documentation
ContentChef's JVM callback common SDK stuff - https://www.contentchef.io
package io.contentchef.callback.common
/**
* Interface to execute requests: they could possibly be executed sequentially or in parallel
*/
internal interface RequestExecutor {
/**
* Executes the [requestToBeExecuted]
*/
fun executeRequest(requestToBeExecuted: () -> Unit)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy