akka.remote
Class RARP

java.lang.Object
  extended by akka.remote.RARP
All Implemented Interfaces:
Extension, java.io.Serializable, scala.Equals, scala.Product

public class RARP
extends java.lang.Object
implements Extension, scala.Product, scala.Serializable

INTERNAL API

See Also:
Serialized Form

Constructor Summary
RARP(RemoteActorRefProvider provider)
           
 
Method Summary
 Props configureDispatcher(Props props)
           
static RARP createExtension(ExtendedActorSystem system)
           
static RARP$ lookup()
           
 RemoteActorRefProvider provider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

RARP

public RARP(RemoteActorRefProvider provider)
Method Detail

lookup

public static RARP$ lookup()

createExtension

public static RARP createExtension(ExtendedActorSystem system)

provider

public RemoteActorRefProvider provider()

configureDispatcher

public Props configureDispatcher(Props props)