object ThrottlerTransportAdapter
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThrottlerTransportAdapter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Direction extends AnyRef
-
final
case class
ForceDisassociate
(address: Address) extends Product with Serializable
Management Command to force disassociation of an address.
Management Command to force disassociation of an address.
- Annotations
- @SerialVersionUID()
-
final
case class
ForceDisassociateExplicitly
(address: Address, reason: DisassociateInfo) extends Product with Serializable
Management Command to force disassociation of an address with an explicit error.
Management Command to force disassociation of an address with an explicit error.
- Annotations
- @SerialVersionUID()
-
final
case class
SetThrottle
(address: Address, direction: Direction, mode: ThrottleMode) extends Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed trait ThrottleMode extends NoSerializationVerificationNeeded
-
final
case class
TokenBucket
(capacity: Int, tokensPerSecond: Double, nanoTimeOfLastSend: Long, availableTokens: Int) extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()
Value Members
- val SchemeIdentifier: String
- val UniqueId: AtomicInteger
-
object
Blackhole
extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()
- object Direction
-
object
ForceDisassociateAck
extends Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
SetThrottleAck
extends Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
Unthrottled
extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()