Class ThrottlerTransportAdapter.SetThrottle$
- java.lang.Object
-
- scala.runtime.AbstractFunction3<Address,ThrottlerTransportAdapter.Direction,ThrottlerTransportAdapter.ThrottleMode,ThrottlerTransportAdapter.SetThrottle>
-
- org.apache.pekko.remote.transport.ThrottlerTransportAdapter.SetThrottle$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function3<Address,ThrottlerTransportAdapter.Direction,ThrottlerTransportAdapter.ThrottleMode,ThrottlerTransportAdapter.SetThrottle>
- Enclosing class:
- ThrottlerTransportAdapter
public static class ThrottlerTransportAdapter.SetThrottle$ extends scala.runtime.AbstractFunction3<Address,ThrottlerTransportAdapter.Direction,ThrottlerTransportAdapter.ThrottleMode,ThrottlerTransportAdapter.SetThrottle> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ThrottlerTransportAdapter.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 ThrottlerTransportAdapter.SetThrottle
apply(Address address, ThrottlerTransportAdapter.Direction direction, ThrottlerTransportAdapter.ThrottleMode mode)
java.lang.String
toString()
scala.Option<scala.Tuple3<Address,ThrottlerTransportAdapter.Direction,ThrottlerTransportAdapter.ThrottleMode>>
unapply(ThrottlerTransportAdapter.SetThrottle x$0)
-
-
-
Field Detail
-
MODULE$
public static final ThrottlerTransportAdapter.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,ThrottlerTransportAdapter.Direction,ThrottlerTransportAdapter.ThrottleMode,ThrottlerTransportAdapter.SetThrottle>
- Overrides:
toString
in classscala.runtime.AbstractFunction3<Address,ThrottlerTransportAdapter.Direction,ThrottlerTransportAdapter.ThrottleMode,ThrottlerTransportAdapter.SetThrottle>
-
apply
public ThrottlerTransportAdapter.SetThrottle apply(Address address, ThrottlerTransportAdapter.Direction direction, ThrottlerTransportAdapter.ThrottleMode mode)
- Specified by:
apply
in interfacescala.Function3<Address,ThrottlerTransportAdapter.Direction,ThrottlerTransportAdapter.ThrottleMode,ThrottlerTransportAdapter.SetThrottle>
-
unapply
public scala.Option<scala.Tuple3<Address,ThrottlerTransportAdapter.Direction,ThrottlerTransportAdapter.ThrottleMode>> unapply(ThrottlerTransportAdapter.SetThrottle x$0)
-
-