Package akka.remote.testkit
Class SetThrottle$
- java.lang.Object
-
- scala.runtime.AbstractFunction3<Address,Direction,ThrottleMode,SetThrottle>
-
- akka.remote.testkit.SetThrottle$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<Address,Direction,ThrottleMode,SetThrottle>
public class SetThrottle$ extends scala.runtime.AbstractFunction3<Address,Direction,ThrottleMode,SetThrottle> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SetThrottle$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SetThrottle$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetThrottle
apply(Address address, Direction direction, ThrottleMode mode)
java.lang.String
toString()
scala.Option<scala.Tuple3<Address,Direction,ThrottleMode>>
unapply(SetThrottle x$0)
-
-
-
Field Detail
-
MODULE$
public static final SetThrottle$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function3<Address,Direction,ThrottleMode,SetThrottle>
- Overrides:
toString
in classscala.runtime.AbstractFunction3<Address,Direction,ThrottleMode,SetThrottle>
-
apply
public SetThrottle apply(Address address, Direction direction, ThrottleMode mode)
- Specified by:
apply
in interfacescala.Function3<Address,Direction,ThrottleMode,SetThrottle>
-
unapply
public scala.Option<scala.Tuple3<Address,Direction,ThrottleMode>> unapply(SetThrottle x$0)
-
-