akka.remote
Class RemoteMetricsExtension$
java.lang.Object
akka.remote.RemoteMetricsExtension$
- All Implemented Interfaces:
- akka.actor.ExtensionId<RemoteMetrics>, akka.actor.ExtensionIdProvider
public class RemoteMetricsExtension$
- extends java.lang.Object
- implements akka.actor.ExtensionId<RemoteMetrics>, akka.actor.ExtensionIdProvider
INTERNAL API
Extension that keeps track of remote metrics, such
as max size of different message types.
| 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 |
MODULE$
public static final RemoteMetricsExtension$ MODULE$
- Static reference to the singleton instance of this Scala object.
RemoteMetricsExtension$
public RemoteMetricsExtension$()
get
public RemoteMetrics get(akka.actor.ActorSystem system)
- Specified by:
get in interface akka.actor.ExtensionId<RemoteMetrics>
lookup
public RemoteMetricsExtension$ lookup()
- Specified by:
lookup in interface akka.actor.ExtensionIdProvider
createExtension
public RemoteMetrics createExtension(akka.actor.ExtendedActorSystem system)
- Specified by:
createExtension in interface akka.actor.ExtensionId<RemoteMetrics>