|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.transactor.TransactorExtension$
public class TransactorExtension$
TransactorExtension is an Akka Extension to hold settings for transactors.
Field Summary | |
---|---|
static TransactorExtension$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
TransactorExtension$()
|
Method Summary | |
---|---|
TransactorSettings |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only. |
TransactorSettings |
get(ActorSystem system)
Returns an instance of the extension identified by this ExtensionId instance. |
TransactorExtension$ |
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 TransactorExtension$ MODULE$
Constructor Detail |
---|
public TransactorExtension$()
Method Detail |
---|
public TransactorSettings get(ActorSystem system)
ExtensionId
override def get(system: ActorSystem): TheExtension = super.get(system)
get
in interface ExtensionId<TransactorSettings>
system
- (undocumented)
public TransactorExtension$ lookup()
ExtensionIdProvider
lookup
in interface ExtensionIdProvider
public TransactorSettings createExtension(ExtendedActorSystem system)
ExtensionId
createExtension
in interface ExtensionId<TransactorSettings>
system
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |