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
| Improve this Doc View SourceThrottleTransportAdapter(Transport, ActorSystem)
TBD
Declaration
public ThrottleTransportAdapter(Transport wrappedTransport, ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
Transport | wrappedTransport | TBD |
ActorSystem | system | TBD |
Fields
| Improve this Doc 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
| Improve this Doc View SourceManagerName
The name of the actor managing the throttler
Declaration
protected override string ManagerName { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
| Improve this Doc View SourceManagerProps
The props for starting the Akka.Remote.Transport.ThrottlerManager
Declaration
protected override Props ManagerProps { get; }
Property Value
Type | Description |
---|---|
Props |
Overrides
| Improve this Doc View SourceSchemeAugmenter
TBD
Declaration
protected override SchemeAugmenter SchemeAugmenter { get; }
Property Value
Type | Description |
---|---|
SchemeAugmenter |
Overrides
Methods
| Improve this Doc View SourceManagementCommand(Object)
TBD
Declaration
public override Task<bool> ManagementCommand(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
Returns
Type | Description |
---|---|
Task<Boolean> | TBD |