Skip to content
Snippets Groups Projects

Resolve "Implement Quarkus/Kotlin protype"

1 file
+ 28
0
Compare changes
  • Side-by-side
  • Inline
package theodolite
class Run_uc {
fun wait_execution(execution_minutes :Integer){
return
}
fun create_topics(topics: List<Pair<String,String>>){
}
fun delete_topics(topics: List<Pair<String,String>>){
}
fun reset_zookeeper(){
}
fun start_workload_generator(wg: String, dim_value:Integer, uc_id: String){
}
}
\ No newline at end of file
Loading