suspend fun JDBCUserUtil.createUserRoleAwait(username: String, role: String): Unit
Suspending version of method io.vertx.ext.auth.jdbc.JDBCUserUtil.createUserRole
username
- the username to be set
a to be set
NOTE: This function has been automatically generated from io.vertx.ext.auth.jdbc.JDBCUserUtil using Vert.x codegen.