Putting the Netty-stuff in akka.remote.netty and disposing of RemoteClient and RemoteServer
This commit is contained in:
parent
8e522f4a03
commit
a61e591b2a
13 changed files with 144 additions and 130 deletions
|
|
@ -23,7 +23,7 @@ trait BootableRemoteActorService extends Bootable with Logging {
|
|||
def startRemoteService = remoteServerThread.start
|
||||
|
||||
abstract override def onLoad = {
|
||||
if (RemoteServer.isRemotingEnabled) {
|
||||
if (ReflectiveAccess.isRemotingEnabled && RemoteServerSettings.isRemotingEnabled) {
|
||||
log.slf4j.info("Initializing Remote Actors Service...")
|
||||
startRemoteService
|
||||
log.slf4j.info("Remote Actors Service initialized")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue