Packages

case class SimpleSender(options: Traversable[SocketOption] = Nil) extends Command with Product with Serializable

Retrieve a reference to a “simple sender” actor of the UDP extension. The newly created “simple sender” will reply with the 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 akka.actor.PoisonPill when you want to close the socket.

Annotations
@nowarn()
Source
Udp.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleSender
  2. Serializable
  3. Product
  4. Equals
  5. Command
  6. Message
  7. HasFailureMessage
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SimpleSender(options: Traversable[SocketOption] = Nil)

Value Members

  1. def failureMessage: CommandFailed
    Definition Classes
    Command → HasFailureMessage
  2. val options: Traversable[SocketOption]
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product