|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.contrib.pattern.ClusterReceptionistExtension$
public class ClusterReceptionistExtension$
Extension that starts ClusterReceptionist
and accompanying DistributedPubSubMediator
with settings defined in config section akka.contrib.cluster.receptionist
.
The DistributedPubSubMediator
is started by the DistributedPubSubExtension
.
Field Summary | |
---|---|
static ClusterReceptionistExtension$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
ClusterReceptionistExtension$()
|
Method Summary | |
---|---|
ClusterReceptionistExtension |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only. |
ClusterReceptionistExtension |
get(ActorSystem system)
Returns an instance of the extension identified by this ExtensionId instance. |
ClusterReceptionistExtension$ |
lookup()
Returns the canonical ExtensionId for this Extension |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface akka.actor.ExtensionId |
---|
apply, equals, hashCode |
Field Detail |
---|
public static final ClusterReceptionistExtension$ MODULE$
Constructor Detail |
---|
public ClusterReceptionistExtension$()
Method Detail |
---|
public ClusterReceptionistExtension get(ActorSystem system)
ExtensionId
override def get(system: ActorSystem): TheExtension = super.get(system)
get
in interface ExtensionId<ClusterReceptionistExtension>
system
- (undocumented)
public ClusterReceptionistExtension$ lookup()
ExtensionIdProvider
lookup
in interface ExtensionIdProvider
public ClusterReceptionistExtension createExtension(ExtendedActorSystem system)
ExtensionId
createExtension
in interface ExtensionId<ClusterReceptionistExtension>
system
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |