Class ThrottleTransportAdapter
INTERNAL API
The throttler transport adapter
Inheritance
ThrottleTransportAdapter
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public class ThrottleTransportAdapter : ActorTransportAdapter
Constructors
| Edit this page View SourceThrottleTransportAdapter(Transport, ActorSystem)
TBD
Declaration
public ThrottleTransportAdapter(Transport wrappedTransport, ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
Transport | wrappedTransport | TBD |
ActorSystem | system | TBD |
Fields
| Edit this page View SourceScheme
TBD
Declaration
public const string Scheme = "trttl"
Field Value
Type | Description |
---|---|
string |
UniqueId
TBD
Declaration
public static readonly AtomicCounter UniqueId
Field Value
Type | Description |
---|---|
AtomicCounter |
Properties
| Edit this page View SourceManagerName
The name of the actor managing the throttler
Declaration
protected override string ManagerName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
| Edit this page View SourceManagerProps
The props for starting the Akka.Remote.Transport.ThrottlerManager
Declaration
protected override Props ManagerProps { get; }
Property Value
Type | Description |
---|---|
Props |
Overrides
| Edit this page View SourceSchemeAugmenter
TBD
Declaration
protected override SchemeAugmenter SchemeAugmenter { get; }
Property Value
Type | Description |
---|---|
SchemeAugmenter |
Overrides
Methods
| Edit this page View SourceManagementCommand(object)
TBD
Declaration
public override Task<bool> ManagementCommand(object message)
Parameters
Type | Name | Description |
---|---|---|
object | message | TBD |
Returns
Type | Description |
---|---|
Task<bool> | TBD |