Removing defaultDeployId from Props
This commit is contained in:
parent
c34b74e13c
commit
897676ba26
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ import akka.util._
|
|||
*/
|
||||
object Props {
|
||||
final val defaultCreator: () ⇒ Actor = () ⇒ throw new UnsupportedOperationException("No actor creator specified!")
|
||||
final val defaultDeployId: String = ""
|
||||
final val defaultDispatcher: MessageDispatcher = Dispatchers.defaultGlobalDispatcher
|
||||
final val defaultTimeout: Timeout = Timeout(Duration(Actor.TIMEOUT, "millis"))
|
||||
final val defaultFaultHandler: FaultHandlingStrategy = OneForOneStrategy(classOf[Exception] :: Nil, None, None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue