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

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

package com.github.shafiquejamal.simplewebsocketauthenticator

import java.util.UUID

import akka.actor.{ActorRef, Props}
import com.github.shafiquejamal.util.id.UUIDProvider
import com.github.shafiquejamal.util.time.JavaInstantTimeProvider

trait MessageRouterPropsCreator[UD] {

  def props(
      client: ActorRef,
      userDetails: UD,
      timeProvider: JavaInstantTimeProvider,
      uUIDProvider: UUIDProvider): Props

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy