Class ThrottlerProvider
Used to provide throttling controls for remote Transport instances.
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public class ThrottlerProvider : ITransportAdapterProvider
Methods
| Improve this Doc View SourceCreate(Transport, ExtendedActorSystem)
Interface for producing adapters that can wrap an underlying transport and augment it with additional behavior.
Declaration
public Transport Create(Transport wrappedTransport, ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
Transport | wrappedTransport | The transport that will be wrapped. |
ExtendedActorSystem | system | The actor system to which this transport belongs. |
Returns
Type | Description |
---|---|
Transport | A transport wrapped with the new adapter. |