closing ticket 378
This commit is contained in:
parent
8886de10bb
commit
bfb612908b
25 changed files with 741 additions and 349 deletions
|
|
@ -271,6 +271,11 @@ class RemoteServer extends Logging with ListenerManagement {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Register typed actor by interface name.
|
||||
*/
|
||||
def registerTypedActor(intfClass: Class[_], typedActor: AnyRef) : Unit = registerTypedActor(intfClass.getName, typedActor)
|
||||
|
||||
/**
|
||||
* Register remote typed actor by a specific id.
|
||||
* @param id custom actor id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue