vertx / io.vertx.kotlin.ext.stomp / io.vertx.ext.stomp.StompServerHandler / onAuthenticationRequestAwait

onAuthenticationRequestAwait

suspend fun StompServerHandler.onAuthenticationRequestAwait(connection: StompServerConnection, login: String, passcode: String): Boolean

Suspending version of method io.vertx.ext.stomp.StompServerHandler.onAuthenticationRequest

Parameters

connection - server connection that contains session ID

login - the login

passcode - the password

Return

Boolean

NOTE: This function has been automatically generated from io.vertx.ext.stomp.StompServerHandler using Vert.x codegen.