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

com.github.shafiquejamal.simplewebsocketauthenticator.ClientPaths.scala Maven / Gradle / Ivy

package com.github.shafiquejamal.simplewebsocketauthenticator

import java.util.UUID

trait ClientPaths {

  def namedClientActorName(clientId: UUID, randomUUID: UUID): String

  def namedClientPath(clientId: UUID): String

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy