Package org.apache.pekko.remote
Class RemoteMetricsExtension
- java.lang.Object
-
- org.apache.pekko.remote.RemoteMetricsExtension
-
public class RemoteMetricsExtension extends java.lang.ObjectINTERNAL 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 Tapply(ActorSystem system)static Tapply(ClassicActorSystemProvider system)static RemoteMetricscreateExtension(ExtendedActorSystem system)static booleanequals(java.lang.Object other)static RemoteMetricsget(ActorSystem system)static RemoteMetricsget(ClassicActorSystemProvider system)static inthashCode()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)
-
-