Class Udp.SimpleSender
Retrieve a reference to a "simple sender" actor of the UDP extension. The newly created "simple sender" will reply with the Udp.SimpleSenderReady notification.
The "simple sender" is a convenient service for being able to send datagrams when the originating address is meaningless, i.e. when no reply is expected.
The "simple sender" will not stop itself, you will have to send it a PoisonPill when you want to close the socket.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class SimpleSender : Udp.Command, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceSimpleSender(IEnumerable<Inet.SocketOption>)
TBD
Declaration
public SimpleSender(IEnumerable<Inet.SocketOption> options = null)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Inet.SocketOption> | options | TBD |
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly Udp.SimpleSender Instance
Field Value
Type | Description |
---|---|
Udp.SimpleSender |
Properties
| Improve this Doc View SourceOptions
TBD
Declaration
public IEnumerable<Inet.SocketOption> Options { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Inet.SocketOption> |