Class ThrottleMsg$
- java.lang.Object
-
- scala.runtime.AbstractFunction3<Address,ThrottlerTransportAdapter.Direction,java.lang.Object,org.apache.pekko.remote.testconductor.ThrottleMsg>
-
- org.apache.pekko.remote.testconductor.ThrottleMsg$
-
- All Implemented Interfaces:
java.io.Serializable,scala.Function3<Address,ThrottlerTransportAdapter.Direction,java.lang.Object,org.apache.pekko.remote.testconductor.ThrottleMsg>
public class ThrottleMsg$ extends scala.runtime.AbstractFunction3<Address,ThrottlerTransportAdapter.Direction,java.lang.Object,org.apache.pekko.remote.testconductor.ThrottleMsg> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ThrottleMsg$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ThrottleMsg$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.pekko.remote.testconductor.ThrottleMsgapply(Address target, ThrottlerTransportAdapter.Direction direction, float rateMBit)java.lang.StringtoString()scala.Option<scala.Tuple3<Address,ThrottlerTransportAdapter.Direction,java.lang.Object>>unapply(org.apache.pekko.remote.testconductor.ThrottleMsg x$0)
-
-
-
Field Detail
-
MODULE$
public static final ThrottleMsg$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toStringin interfacescala.Function3<Address,ThrottlerTransportAdapter.Direction,java.lang.Object,org.apache.pekko.remote.testconductor.ThrottleMsg>- Overrides:
toStringin classscala.runtime.AbstractFunction3<Address,ThrottlerTransportAdapter.Direction,java.lang.Object,org.apache.pekko.remote.testconductor.ThrottleMsg>
-
apply
public org.apache.pekko.remote.testconductor.ThrottleMsg apply(Address target, ThrottlerTransportAdapter.Direction direction, float rateMBit)
-
unapply
public scala.Option<scala.Tuple3<Address,ThrottlerTransportAdapter.Direction,java.lang.Object>> unapply(org.apache.pekko.remote.testconductor.ThrottleMsg x$0)
-
-