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

com.sandinh.akuice.ActorProducer.scala Maven / Gradle / Ivy

The newest version!
package com.sandinh.akuice

import akka.actor.{Actor, IndirectActorProducer}
import com.google.inject.Injector

private[akuice] class ActorProducer[A <: Actor](injector: Injector, clazz: Class[A]) extends IndirectActorProducer {
  def actorClass = clazz
  def produce() = injector.getBinding(clazz).getProvider.get()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy