Class Tcp
The set of TCP capabilities for Akka.IO are exposed via this extension.
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class Tcp : ExtensionIdProvider<TcpExt>, IExtensionId<TcpExt>, IExtensionId
Fields
| Edit this page View SourceConnectionSupervisorStrategy
Declaration
public static readonly SupervisorStrategy ConnectionSupervisorStrategy
Field Value
Type | Description |
---|---|
SupervisorStrategy |
Methods
| Edit this page View SourceCreateExtension(ExtendedActorSystem)
Creates the current extension using a given actor system.
Declaration
public override TcpExt CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | The actor system to use when creating the extension. |
Returns
Type | Description |
---|---|
TcpExt | The extension created using the given actor system. |
Overrides
| Edit this page View SourceManager(ActorSystem)
Fetches the TCP manager actor for the given actor system.
Declaration
public static IActorRef Manager(ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system |
Returns
Type | Description |
---|---|
IActorRef |