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 : ITransportAdapterProviderMethods
| Edit this page 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 | |
| ExtendedActorSystem | system | 
Returns
| Type | Description | 
|---|---|
| Transport | 
 Edit this page
Edit this page