Package org.apache.pekko.remote
Class RemoteMetricsExtension
- java.lang.Object
-
- org.apache.pekko.remote.RemoteMetricsExtension
-
public class RemoteMetricsExtension extends java.lang.Object
INTERNAL API Extension that keeps track of remote metrics, such as max size of different message types.
-
-
Constructor Summary
Constructors Constructor Description RemoteMetricsExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static T
apply(ActorSystem system)
static T
apply(ClassicActorSystemProvider system)
static RemoteMetrics
createExtension(ExtendedActorSystem system)
static boolean
equals(java.lang.Object other)
static RemoteMetrics
get(ActorSystem system)
static RemoteMetrics
get(ClassicActorSystemProvider system)
static int
hashCode()
static RemoteMetricsExtension$
lookup()
-
-
-
Method Detail
-
get
public static RemoteMetrics get(ActorSystem system)
-
get
public static RemoteMetrics get(ClassicActorSystemProvider system)
-
lookup
public static RemoteMetricsExtension$ lookup()
-
createExtension
public static RemoteMetrics createExtension(ExtendedActorSystem system)
-
apply
public static T apply(ActorSystem system)
-
apply
public static T apply(ClassicActorSystemProvider system)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
-