Polish the API/SPI of remoting, see #2827
* Changed TransportAdapterProvider to support java impl * Verified java impl of AbstractTransportAdapter and ActorTransportAdapter * Privatized things that should not be public api * Consistent usage of INTERNAL API marker in scaladoc * Added some missing doc in conf * Added missing SerialVersionUID
This commit is contained in:
parent
af7ca554c9
commit
323e5c80b5
44 changed files with 340 additions and 125 deletions
|
|
@ -4,14 +4,14 @@
|
|||
|
||||
package akka.remote
|
||||
|
||||
import language.existentials
|
||||
|
||||
import akka.remote.RemoteProtocol._
|
||||
import com.google.protobuf.ByteString
|
||||
import akka.actor.ExtendedActorSystem
|
||||
import akka.serialization.SerializationExtension
|
||||
|
||||
/**
|
||||
* INTERNAL API
|
||||
*
|
||||
* MessageSerializer is a helper for serializing and deserialize messages
|
||||
*/
|
||||
private[akka] object MessageSerializer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue