Class UdpExt
Implementation of the UDP IO extension for Akka.
Assembly: Akka.dll
Syntax
public class UdpExt : IOExtension, IExtension
Constructors
|
Edit this page
View Source
UdpExt(ExtendedActorSystem)
Declaration
public UdpExt(ExtendedActorSystem system)
Parameters
|
Edit this page
View Source
UdpExt(ExtendedActorSystem, UdpSettings)
Declaration
public UdpExt(ExtendedActorSystem system, UdpSettings settings)
Parameters
Properties
|
Edit this page
View Source
Manager
Gets the UDP manager actor reference.
Declaration
public override IActorRef Manager { get; }
Property Value
Overrides
Implements
Extension Methods