Package akka.remote.testkit
Class ThrottleMode$
- java.lang.Object
-
- akka.remote.testkit.ThrottleMode$
-
public class ThrottleMode$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ThrottleMode$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ThrottleMode$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrottleMode
blackholeThrottleMode()
Java API: get the Blackhole instanceThrottleMode
unthrottledThrottleMode()
Java API: get the Unthrottled instance
-
-
-
Field Detail
-
MODULE$
public static final ThrottleMode$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
blackholeThrottleMode
public ThrottleMode blackholeThrottleMode()
Java API: get the Blackhole instance
-
unthrottledThrottleMode
public ThrottleMode unthrottledThrottleMode()
Java API: get the Unthrottled instance
-
-