mid jax-rs impl
This commit is contained in:
parent
8c8ba29afc
commit
b38ac067cb
17 changed files with 512 additions and 558 deletions
|
|
@ -86,6 +86,8 @@ object JavaConfig {
|
|||
@BeanProperty val target: Class[_],
|
||||
@BeanProperty val lifeCycle: LifeCycle,
|
||||
@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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue