switched from DPs to AW proxy
This commit is contained in:
parent
33a333e66d
commit
0ad6151dda
16 changed files with 561 additions and 324 deletions
|
|
@ -88,8 +88,8 @@ object JavaConfig {
|
|||
@BeanProperty val timeout: Int) extends Server {
|
||||
def transform = se.scalablesolutions.akka.kernel.config.ScalaConfig.Component(
|
||||
name, intf, target, lifeCycle.transform, timeout)
|
||||
def newWorker(proxy: ActiveObjectProxy) =
|
||||
se.scalablesolutions.akka.kernel.config.ScalaConfig.Worker(proxy.server, lifeCycle.transform)
|
||||
def newWorker(server: GenericServerContainer) =
|
||||
se.scalablesolutions.akka.kernel.config.ScalaConfig.Worker(server, lifeCycle.transform)
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue