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:
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 Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ThrottlerTransportAdapter.SetThrottle$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(Address address, ThrottlerTransportAdapter.Direction direction, ThrottlerTransportAdapter.ThrottleMode mode) final StringtoString()scala.Option<scala.Tuple3<Address,ThrottlerTransportAdapter.Direction, ThrottlerTransportAdapter.ThrottleMode>> Methods inherited from class scala.runtime.AbstractFunction3
curried, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SetThrottle$
public SetThrottle$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function3<Address,ThrottlerTransportAdapter.Direction, ThrottlerTransportAdapter.ThrottleMode, ThrottlerTransportAdapter.SetThrottle> - Overrides:
toStringin 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:
applyin interfacescala.Function3<Address,ThrottlerTransportAdapter.Direction, ThrottlerTransportAdapter.ThrottleMode, ThrottlerTransportAdapter.SetThrottle>
-
unapply
public scala.Option<scala.Tuple3<Address,ThrottlerTransportAdapter.Direction, unapplyThrottlerTransportAdapter.ThrottleMode>> (ThrottlerTransportAdapter.SetThrottle x$0)
-